Skip to content

Commit

Permalink
reverted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Aug 22, 2015
1 parent b9592bd commit 0a81353
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,6 @@ matrix:
packages: ['clang-3.6', 'valgrind']
env: COMPILER=clang++-3.6

- os: linux
compiler: clang
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
packages: ['clang-3.7']
env: COMPILER=clang++-3.7

- os: osx
compiler: clang
env: COMPILER=clang++

script:
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
- ./json_unit "*"
Expand Down

0 comments on commit 0a81353

Please sign in to comment.