Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMayes committed Mar 14, 2017
1 parent 5f25fb7 commit 43849cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust: stable

env:
- LLVM_VERSION=3.5 CLANG_VERSION=clang_3_5
- LLVM_VERSION=3.9 CLANG_VERSION=clang_3_9
- LLVM_VERSION=4.0 CLANG_VERSION=clang_4_0

before_install: . ./ci/before_install.sh

Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- LLVM_VERSION: 3.9.1
CLANG_VERSION: clang_3_9
- LLVM_VERSION: 4.0.0
CLANG_VERSION: clang_4_0

install:
- .\ci\install.bat
Expand Down
2 changes: 2 additions & 0 deletions ci/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ function llvm_version_triple() {
echo "3.8.1"
elif [ "$1" == "3.9" ]; then
echo "3.9.0"
elif [ "$1" == "4.0" ]; then
echo "4.0.0"
fi
}

Expand Down

0 comments on commit 43849cd

Please sign in to comment.