Ver Fonte

testing jobs

Daniel Gibbs há 8 anos atrás
pai
commit
d08b1862a4
1 ficheiros alterados com 6 adições e 4 exclusões
  1. 6 4
      .travis.yml

+ 6 - 4
.travis.yml

@@ -32,7 +32,9 @@ addons:
     - iproute2
     - shellcheck
 
-script:
-    - bash tests/tests_jc2server.sh
-    - bash tests/tests_ts3server.sh
-    - bash tests/tests_shellcheck.sh
+jobs:
+  include:
+    - stage: jobs
+      script: bash tests/tests_jc2server.sh
+      script: bash tests/tests_ts3server.sh
+      script: bash tests/tests_shellcheck.sh