File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 33# downloads a rust/cargo snapshot, which we don't really want for building rust.
44language : c
55
6+ # Make sure we've got an up-to-date g++ compiler to get past the LLVM configure
7+ # script.
8+ install :
9+ - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
10+ - sudo apt-get update -qq
11+ - sudo apt-get install g++-4.7
12+
613# The test suite is in general way too stressful for travis, especially in
714# terms of time limit and reliability. In the past we've tried to scale things
815# back to only build the stage1 compiler and run a subset of tests, but this
Original file line number Diff line number Diff line change 99// except according to those terms.
1010
1111// ignore-windows
12+ // ignore-macos
1213
1314#![ feature( macro_rules) ]
1415
You can’t perform that action at this time.
0 commit comments