Skip to content

Commit

Permalink
.travis.yml: apt-get install -y
Browse files Browse the repository at this point in the history
Strangely Travis docs seem to imply this should be unnecessary.
  • Loading branch information
dmcc committed Oct 31, 2015
1 parent 69c01a7 commit bdf748c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compiler: gcc
before_install:
- sudo apt-get update
install:
- sudo apt-get install libboost-dev liblbfgs-dev swig flex python-nose
- sudo apt-get install -y libboost-dev liblbfgs-dev swig flex python-nose
- sudo pip install python-coveralls
- sudo pip install tox
before_script:
Expand Down

0 comments on commit bdf748c

Please sign in to comment.