Explorar el Código

actually enter docker

Jorge Aparicio hace 8 años
padre
commit
aa9a282c61
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ci/script.sh

+ 1 - 1
ci/script.sh

@@ -36,7 +36,7 @@ run_tests() {
 }
 
 main() {
-    if [[ $DOCKER == "y" ]]; then
+    if [[ $TRAVIS_OS_NAME == "linux" ]]; then
         local tag=2016-08-13
 
         docker run \