Skip to content

Commit

Permalink
Correct docker pull command
Browse files Browse the repository at this point in the history
  • Loading branch information
kleag committed Apr 25, 2018
1 parent 06b0ca0 commit b65e0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
secure: X7vYsdnuullrVSCuHtTdO9m252YBijzqXzsaj0QIqS45vUrqafY7QS4B2/QYpEX14LN3G9/KjSO/QntY9v6xOsfH1KwhTpCRpjRataivi8uaYGK5LwL7mf3kmNeWbl4jzyUrXDcL9a2JReKlCtAGbNs73NcIMuHhXbqlJBr0Pus=
before_install:
- docker pull ubuntu:16.04
- docker pull ubuntu:14.04
- docker pull debian:9.4
script:
- docker build --tag svmtoolpp-ubuntu16 --build-arg
TRAVIS_JOB_NUMBER=$TRAVIS_JOB_NUMBER -f ./Dockerfile-ubuntu16.04 .
Expand Down

0 comments on commit b65e0da

Please sign in to comment.