Switch back to default c compiler on travis
This commit is contained in:
parent
4603542747
commit
e10a817704
1 changed files with 1 additions and 11 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -4,21 +4,11 @@ rust:
|
|||
- stable
|
||||
|
||||
env:
|
||||
- CC=clang-3.6 RUST_TREE_SITTER_TEST=1
|
||||
- RUST_TREE_SITTER_TEST=1
|
||||
|
||||
before_install:
|
||||
- ./script/fetch-test-fixtures.sh
|
||||
|
||||
compiler: clang-3.6
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- llvm-toolchain-precise-3.6
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- clang-3.6
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue