Switch back to default c compiler on travis

This commit is contained in:
Max Brunsfeld 2018-05-18 10:55:42 -07:00
parent 4603542747
commit e10a817704

View file

@ -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