Skip to content

Commit

Permalink
Don't ask Travis to install gcc-5
Browse files Browse the repository at this point in the history
Apparently the gcc-5 package doesn't exist on Ubuntu 14.04.
  • Loading branch information
lckarssen committed Nov 4, 2015
1 parent 8d76202 commit c3e9aaf
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 @@ -10,4 +10,4 @@ compiler:
- gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libeigen3-dev gcc-5
- sudo apt-get install -qq libeigen3-dev

0 comments on commit c3e9aaf

Please sign in to comment.