We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa11de4 commit bb6a61eCopy full SHA for bb6a61e
.travis.yml
@@ -10,6 +10,8 @@ before_install:
10
11
install:
12
- npm install -D
13
+ - docker pull codingblocks/judge-worker-c
14
+ - docker pull codingblocks/judge-worker-cpp
15
16
script:
17
- npm run test
0 commit comments