Skip to content

Commit

Permalink
modified .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Mar 31, 2015
1 parent e9b102f commit 037e689
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 @@ -4,9 +4,9 @@ compiler:
- clang
before_install:
- sudo apt-get install -qq libboost-dev
before_script:
- autoreconf -i
script: ./configure && make
script:
- if [ "$CC" = gcc ]; then autoreconf -i && ./configure --without-gui && make; fi
- if [ "$CC" = clang ]; then cmake . -DGUI=OFF && make; fi
branches:
only:
- master
Expand Down

0 comments on commit 037e689

Please sign in to comment.