Skip to content

Commit

Permalink
Try to fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mheily committed Jun 15, 2016
1 parent 59f3bcf commit dad68ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -18,7 +18,7 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- g++-5
env: COMPILER=g++-5
env: CXX=g++-5

coverity_scan:
project:
Expand All @@ -34,6 +34,6 @@ cache:
- vendor/libucl-0.7.3
- vendor/libkqueue-2.0.3

# Workaround for GCC-5 problem w/ nlohmann/json
before_script:
- gcc-5 -I vendor/libucl-0.7.3/include -Ivendor -c -std=c++11 src/libjob/parser.hpp
script:
- ./configure
- CC=gcc-5 CXX=g++-5 make

0 comments on commit dad68ce

Please sign in to comment.