Skip to content

Commit

Permalink
Issue nlohmann#195 - update Travis to Trusty due to gcc/clang strtod(…
Browse files Browse the repository at this point in the history
…) bug
  • Loading branch information
Trevor Welsby committed Jan 25, 2016
1 parent 2b13711 commit a4a88b1
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 741 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: cpp

sudo: false
dist: trusty
sudo: required

# from http://stackoverflow.com/a/32127147/266378
matrix:
Expand Down Expand Up @@ -33,15 +34,15 @@ matrix:
compiler: clang
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.6']
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-3.6']
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']
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-3.7']
packages: ['clang-3.7', 'valgrind']
env: COMPILER=clang++-3.7

Expand Down
Loading

0 comments on commit a4a88b1

Please sign in to comment.