Skip to content

Commit

Permalink
workaround for travis-ci/travis-ci#5221
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Mar 11, 2016
1 parent 71040cc commit 087049a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,5 +2,5 @@ language: python
python: 2.7
sudo: required
dist: trusty
install: sudo apt-get update && bin/manage-tools -s setup
install: (sudo apt-get update || true) && bin/manage-tools -s setup
script: bin/manage-tools -s test all

0 comments on commit 087049a

Please sign in to comment.