Skip to content

Commit

Permalink
update .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Jun 26, 2015
1 parent a861085 commit d70fb7e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
language: cpp
os:
- linux
- osx

compiler:
- gcc
- clang

before_install:
- echo $LANG
- echo $LC_ALL

- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository -y ppa:dns/gnu; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update -qq; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -qqy automake g++-4.8 libcppunit-dev valgrind; fi
script:
- make
- make unittest
Expand Down

0 comments on commit d70fb7e

Please sign in to comment.