actually enter docker

master
Jorge Aparicio 2016-08-13 17:27:18 -05:00
parent c277cc67be
commit aa9a282c61
1 changed files with 1 additions and 1 deletions

View File

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