Browse Source

don't call docker inside docker

Jorge Aparicio 8 years ago
parent
commit
480bbec3cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ci/script.sh

+ 1 - 1
ci/script.sh

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