Skip to content

Commit e2f87a7

Browse files
authored
Merge pull request #25 from jupp0r/feature/update-to-clang-39
Update clang from 3.8 to 3.9
2 parents 5d82b8b + 0ee75ac commit e2f87a7

File tree

12 files changed

+244
-272
lines changed

12 files changed

+244
-272
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ script: |
3131
export LLVM_CONFIG_PATH=/clang/bin/llvm-config
3232
export LIBCLANG_STATIC_PATH=/clang/lib
3333
fi
34-
cargo build --verbose --release --features "clang_3_8 static"
35-
RUST_TEST_THREADS=1 cargo test --verbose --features "clang_3_8 static"
34+
cargo build --verbose --release --features "clang_3_9 static"
35+
RUST_TEST_THREADS=1 cargo test --verbose --features "clang_3_9 static"
3636
3737
after_success: |
3838
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then

0 commit comments

Comments
 (0)