modifying travisci yaml

This commit is contained in:
galenmarchetti 2020-05-31 10:03:02 -03:00
parent 081ab1146d
commit 3eb9efded9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ install:
script:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then .ci/runscript_osx.sh; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then .ci/runscript_linux.sh; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then .ci/runscript_linux.sh; .ci/run_e2e_tests.sh; fi
#Need to push to docker hub only from one build
after_success: