Skip to content

Commit

Permalink
Added Boost dependency to Travis CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudomanifold committed Sep 19, 2016
1 parent 01cd786 commit 427a335
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: cpp
compiler:
- clang
- gcc
before_script:
- sudo apt-get update -qq
- sudo apt-get install libboost-dev
script:
- mkdir build
- cd build
Expand Down

0 comments on commit 427a335

Please sign in to comment.