Skip to content

Commit

Permalink
Merge pull request #25 from jupp0r/feature/update-to-clang-39
Browse files Browse the repository at this point in the history
Update clang from 3.8 to 3.9
  • Loading branch information
jupp0r authored Mar 4, 2017
2 parents 5d82b8b + 0ee75ac commit e2f87a7
Show file tree
Hide file tree
Showing 12 changed files with 244 additions and 272 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ script: |
export LLVM_CONFIG_PATH=/clang/bin/llvm-config
export LIBCLANG_STATIC_PATH=/clang/lib
fi
cargo build --verbose --release --features "clang_3_8 static"
RUST_TEST_THREADS=1 cargo test --verbose --features "clang_3_8 static"
cargo build --verbose --release --features "clang_3_9 static"
RUST_TEST_THREADS=1 cargo test --verbose --features "clang_3_9 static"
after_success: |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
Expand Down
Loading

0 comments on commit e2f87a7

Please sign in to comment.