Skip to content

Commit

Permalink
Install GSL before running bundler on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
agarie committed Mar 20, 2015
1 parent d41da8f commit a869c07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ rvm:
- 2.2

script: bundle install && bundle exec rake spec

before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libgsl0-dev

0 comments on commit a869c07

Please sign in to comment.