Skip to content

Commit

Permalink
travis: apt update before apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlayher committed Mar 6, 2019
1 parent 00f4adc commit 84b0945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ go:
- "1.x"
before_script:
- go get -d ./...
- sudo apt update
- sudo apt install jq
script:
- go build ./...
Expand Down

0 comments on commit 84b0945

Please sign in to comment.