Skip to content

Commit

Permalink
TravisCI: Revert clang cmake build for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
xor-gate committed Jun 18, 2016
1 parent 1c04e4f commit 2563f43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ addons:
packages:
- g++-5
- gcc-5
- clang
script:
- ./.travis.sh
matrix:
include:
- os: linux
compiler: clang-3.8
env: "BUILD_SYSTEM=cmake"
- os: linux
compiler: gcc-5
env: "BUILD_SYSTEM=cmake"
Expand Down

0 comments on commit 2563f43

Please sign in to comment.