Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Install Boost C++ libraries to enable Boost support.
  • Loading branch information
mloskot committed Oct 26, 2012
1 parent dbde994 commit 401bb86
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
@@ -1,16 +1,15 @@
# .travis.yml - config file SOCI CI at https://travis-ci.org/

language: cpp

compiler:
- gcc

- g++
before_install:
- sudo apt-get install libboost-dev
branches:
only:
- master

script: mkdir -p src/build && cd src/build && cmake .. && make

script:
- mkdir -p src/build && cd src/build && cmake .. && make
notifications:
irc: "irc.freenode.net#soci"
email:
Expand Down

0 comments on commit 401bb86

Please sign in to comment.