Explorar o código

actually enter docker

Jorge Aparicio %!s(int64=8) %!d(string=hai) anos
pai
achega
aa9a282c61
Modificáronse 1 ficheiros con 1 adicións e 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 \