Skip to content

Commit

Permalink
Removes explicit boulder-tools docker pull cmd. (letsencrypt#2569)
Browse files Browse the repository at this point in the history
Remove explicit `boulder-tools` docker pull cmd.

Per @jsha's comment in letsencrypt#2567 it should be possible to remove the explicit docker pull letsencrypt/boulder-tools since the docker-compose pull that precedes it will take care of it.
  • Loading branch information
cpu authored Feb 16, 2017
1 parent fcf361c commit 81542c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ env:
install:
- ./test/travis-before-install.sh
- docker-compose pull
- docker pull letsencrypt/boulder-tools:2017-02-07
- docker-compose build

script:
Expand Down

0 comments on commit 81542c4

Please sign in to comment.