Skip to content

Commit

Permalink
ignore errors from apt-get update for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
klali committed May 5, 2015
1 parent 1fed647 commit b3acdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ env:
script:
- ./build-and-test.sh
before_install:
- sudo apt-get update -qq
- sudo apt-get update -qq || true
- sudo apt-get remove -qq -y $REMOVE
- sudo apt-get autoremove -qq
- sudo apt-get install -qq -y libyubikey-dev $EXTRA
Expand Down

0 comments on commit b3acdd2

Please sign in to comment.