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 a4f604b commit b9378beCopy full SHA for b9378be
.travis.yml
@@ -0,0 +1,10 @@
1
+language: bash
2
+sudo: required
3
+services:
4
+ - docker
5
+
6
+install:
7
+ - "bash build_workers.sh"
8
9
+script:
10
+ - "bash test.sh"
0 commit comments