Skip to content

Commit

Permalink
Fix Travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
denzp committed May 4, 2018
1 parent e520190 commit 8ea9e25
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,22 @@ cache: cargo

matrix:
include:
- os: linux
rust: stable
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-5.0
packages:
- g++-6
- llvm-5.0-dev

- os: linux
rust: nightly
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-5.0
- llvm-toolchain-trusty-6.0
packages:
- g++-6
- llvm-5.0-dev
- llvm-6.0-dev
env:
- MATRIX_EVAL="export LLVM_SYS_60_PREFIX=/usr/bin"

- os: osx
rust: stable
rust: nightly
env:
- MATRIX_EVAL="brew install llvm && export LLVM_SYS_50_PREFIX=/usr/local/opt/llvm"
- MATRIX_EVAL="export LLVM_SYS_60_PREFIX=/usr/local/opt/llvm && brew install llvm"

before_install:
- eval "${MATRIX_EVAL}"
Expand Down

0 comments on commit 8ea9e25

Please sign in to comment.