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