Skip to content

Commit

Permalink
* enabled multi os builds on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Schulz committed Jan 8, 2015
1 parent c600ee4 commit 72125ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: cpp
compiler:
- gcc
- clang
#os:
# - linux
# - osx
os:
- linux
- osx
script: cd build && make && cd ..
before_install:
- cd build && make install_dependencies && cd ..

0 comments on commit 72125ae

Please sign in to comment.