Skip to content

Commit

Permalink
Removes clang compiler from TravisCI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed Aug 18, 2017
1 parent 3933c8b commit e307bf4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: cpp
compiler:
- g++
- clang
matrix:
include:
- os: linux
Expand All @@ -20,7 +19,6 @@ addons:
- libminiupnpc-dev
- gcc
- g++
- clang-3.8
- help2man
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
Expand All @@ -29,8 +27,6 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew list openssl &>/dev/null || brew install openssl ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew list miniupnpc &>/dev/null || brew install miniupnpc ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew list help2man &>/dev/null || brew install help2man ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-3.8 90 ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-3.8 90 ; fi
cache:
apt: true
script: scons install apps samples
Expand Down

0 comments on commit e307bf4

Please sign in to comment.