Skip to content

Commit

Permalink
Try moving to Trusty and clang, llvm 3.5 on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Feb 5, 2016
1 parent 613a7c6 commit 20c67ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,10 +1,11 @@
language: cpp
sudo: required
dist: trusty
compiler:
- clang
os:
- linux
- osx
sudo: false
ruby: 2.2.0
before_install:
- echo $LANG
Expand Down
7 changes: 1 addition & 6 deletions scripts/llvm.sh
@@ -1,8 +1,3 @@
#!/bin/bash

LLVM_TAR=llvm-3.4.2-x86_64-unknown-linux-gnu-4.7.tar.bz2

curl -o $LLVM_TAR https://s3.amazonaws.com/asset.rubini.us/prebuilt/$LLVM_TAR \
&& mkdir -p vendor/llvm \
&& tar -C vendor/llvm -xjf $LLVM_TAR \
&& mv vendor/llvm/include vendor/llvm/Release/
sudo apt-get install -y clang-3.5 llvm-3.5-dev

0 comments on commit 20c67ad

Please sign in to comment.