Skip to content

Commit

Permalink
Try ubuntu toolchain repo
Browse files Browse the repository at this point in the history
Issue: #65
  • Loading branch information
kpp committed Mar 19, 2015
1 parent 2c5d4c2 commit 2499684
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis/linux/install-dependencies.sh
@@ -1,7 +1,10 @@
#!/bin/sh

sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
sudo apt-get update -qq

sudo apt-get install -y \
ia32-libs \
g++-multilib \
g++-4.8-multilib \
libreadline-dev:i386 \
llvm-3.3-dev:i386

0 comments on commit 2499684

Please sign in to comment.