Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Use LLVM 3.3 in Travis CI
Browse files Browse the repository at this point in the history
Signed-off-by: Pekka Enberg <penberg@iki.fi>
  • Loading branch information
penberg committed Jan 8, 2014
1 parent 615abbf commit b6706d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -2,5 +2,9 @@ language: c++
compiler:
- gcc
before_install:
- sudo apt-get install -qq flex bison libreadline-dev llvm-dev
- sudo sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise main' >> /etc/apt/sources.list"
- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
- sudo apt-get update -qq
- sudo apt-get install -qq llvm-3.3-dev
- sudo apt-get install -qq flex bison libreadline-dev
script: make

0 comments on commit b6706d2

Please sign in to comment.