Skip to content

Commit

Permalink
Ensure all the travis-cargo dependencies are installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Feb 19, 2016
1 parent c85e68e commit 6359773
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ before_script:
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
# Install LLVM 3.8.
install:
# Install LLVM 3.8.
- wget http://llvm.org/pre-releases/3.8.0/rc2/clang+llvm-3.8.0-rc2-x86_64-linux-gnu-ubuntu-14.04.tar.xz
- tar xf clang+llvm-3.8.0-rc2-x86_64-linux-gnu-ubuntu-14.04.tar.xz
- export PATH="$PWD/clang+llvm-3.8.0-rc2-x86_64-linux-gnu-ubuntu-14.04/bin:$PATH"
Expand All @@ -27,9 +27,11 @@ install:
- sudo rm `which cc`
- sudo ln -s $PWD/clang+llvm-3.8.0-rc2-x86_64-linux-gnu-ubuntu-14.04/bin/clang /usr/bin/cc
- cc --version

- llvm-config --version

# travis-coveralls dependencies
- sudo apt-get install -y --force-yes libcurl4-openssl-dev libdw-dev libdw1 libelf-dev

# Build and test.
script:
- |
Expand Down

0 comments on commit 6359773

Please sign in to comment.