Skip to content

Commit

Permalink
Fix caching issue in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Jones committed Jan 22, 2019
1 parent d164647 commit 448ffac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ go:

# trusty only has softhsmv1
before_script:
- sudo add-apt-repository -y ppa:pkg-opendnssec/ppa
- sudo apt-get update
- sudo apt-get install softhsm2
- sudo add-apt-repository -y ppa:pkg-opendnssec/ppa && sudo apt-get update && sudo apt-get install softhsm2
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

script:
Expand Down

0 comments on commit 448ffac

Please sign in to comment.