Skip to content

Commit

Permalink
* tweaked travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Schulz committed Jan 8, 2015
1 parent a397999 commit c8dafdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ language: cpp
compiler:
- gcc
- clang
script: cd build && make
script: cd build && make && cd ..
before_install:
- cd build && make install_dependencies
- cd build && make install_dependencies && cd ..

0 comments on commit c8dafdd

Please sign in to comment.