Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Jan 16, 2020
1 parent a1f44ef commit 93bfade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -4,9 +4,9 @@ services:
- docker

before_install:
- docker pull vowpalwabbit/ubuntu1404-build:0.4.0
- docker pull vowpalwabbit/ubuntu1404-build:0.1.2
script:
- docker run -a STDOUT -v `pwd`:/vw -t vowpalwabbit/ubuntu1404-build:0.4.0 /bin/bash -c "cd /vw && chmod +x ./build-linux.sh && ./build-linux.sh"
- docker run -a STDOUT -v `pwd`:/vw -t vowpalwabbit/ubuntu1404-build:0.1.2 /bin/bash -c "cd /vw && chmod +x ./build-linux.sh && ./build-linux.sh"

after_success:
- docker run -e TRAVIS_JOB_ID -e TRAVIS_BRANCH -a STDOUT -v `pwd`:/vw -t vowpalwabbit/ubuntu1404-build:0.4.0 /bin/bash -c "cd /vw && coveralls --include explore --include vowpalwabbit --gcov-options '\-lp'"
- docker run -e TRAVIS_JOB_ID -e TRAVIS_BRANCH -a STDOUT -v `pwd`:/vw -t vowpalwabbit/ubuntu1404-build:0.1.2 /bin/bash -c "cd /vw && coveralls --include explore --include vowpalwabbit --gcov-options '\-lp'"

0 comments on commit 93bfade

Please sign in to comment.