No clang for travis.
This commit is contained in:
parent
5911fbf872
commit
5cb562be48
|
|
@ -2,9 +2,6 @@ language: cpp
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
|
||||||
compiler:
|
|
||||||
- clang
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
|
|
@ -22,7 +19,6 @@ sudo: false
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone https://github.com/steveicarus/ivtest.git
|
- git clone https://github.com/steveicarus/ivtest.git
|
||||||
- export PATH=$HOME/bin:$PATH
|
- export PATH=$HOME/bin:$PATH
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue