Removes explicit `boulder-tools` docker pull cmd. (#2569)

Remove explicit `boulder-tools` docker pull cmd.

Per @jsha's comment in #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.
This commit is contained in:
Daniel McCarney 2017-02-16 15:57:54 -05:00 committed by GitHub
parent fcf361c327
commit 81542c426d
1 changed files with 0 additions and 1 deletions

View File

@ -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: