Skip to content

Commit

Permalink
update env of traivs
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Dec 8, 2018
1 parent cf07f92 commit 62363ca
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ matrix:
- os: osx
env: USE_CC=clang USE_CXX=clang++ CMAKE_BIN=cmake
- os: linux
dist: trusty
dist: xenial
sudo: required
env: USE_CC=gcc USE_CXX=g++ CMAKE_BIN=$CMAKE_PREFIX/bin/cmake
- os: linux
dist: trusty
dist: xenial
sudo: required
env: USE_CC=gcc-4.4 USE_CXX=g++-4.4 CMAKE_BIN=$CMAKE_PREFIX/bin/cmake
addons:
Expand All @@ -31,7 +31,7 @@ matrix:
- gcc-4.4
- gcc-4.4-multilib
- os: linux
dist: trusty
dist: xenial
sudo: required
env: USE_CC=gcc-4.9 USE_CXX=g++-4.9 CMAKE_BIN=$CMAKE_PREFIX/bin/cmake
addons:
Expand All @@ -44,7 +44,7 @@ matrix:
- g++-4.9
- g++-4.9-multilib
- os: linux
dist: trusty
dist: xenial
sudo: required
env: USE_CC=gcc-8 USE_CXX=g++-8 CMAKE_BIN=$CMAKE_PREFIX/bin/cmake
addons:
Expand All @@ -57,14 +57,14 @@ matrix:
- g++-8
- g++-8-multilib
- os: linux
dist: trusty
dist: xenial
sudo: required
env: USE_CC=doxygen USE_CXX=doxygen PANDOC_BIN=$PANDOC_PREFIX/bin/pandoc DOXYGEN_BIN=doxygen CMAKE_BIN=$CMAKE_PREFIX/bin/cmake # DOXYGEN_BIN=$DOXYGEN_PREFIX/bin/doxygen
addons:
apt:
sources:
- ubuntu-toolchain-r-test
# - llvm-toolchain-trusty-6.0
# - llvm-toolchain-xenial-6.0
packages:
- graphviz
- doxygen
Expand Down Expand Up @@ -113,15 +113,15 @@ matrix:

fi
# - os: linux
# dist: trusty
# dist: xenial
# sudo: required
# env: USE_CC=clang USE_CXX=clang++ CMAKE_BIN=$CMAKE_PREFIX/bin/cmake
# - os: linux
# dist: trusty
# dist: xenial
# sudo: required
# env: USE_CC=clang-3.8 USE_CXX=clang++-3.8 CMAKE_BIN=$CMAKE_PREFIX/bin/cmake
- os: linux
dist: trusty
dist: xenial
sudo: required
env: COVERALLS_SERVICE_NAME=travis-ci GCOV_FLAGS='--coverage -fprofile-arcs -ftest-coverage' CMAKE_BIN=$CMAKE_PREFIX/bin/cmake CTEST_BIN=$CMAKE_PREFIX/bin/ctest
# COVERALLS_REPO_TOKEN is set in travis-ci
Expand Down

0 comments on commit 62363ca

Please sign in to comment.