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 3
3
# downloads a rust/cargo snapshot, which we don't really want for building rust.
4
4
language : c
5
5
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
+
6
13
# The test suite is in general way too stressful for travis, especially in
7
14
# terms of time limit and reliability. In the past we've tried to scale things
8
15
# 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 9
9
// except according to those terms.
10
10
11
11
// ignore-windows
12
+ // ignore-macos
12
13
13
14
#![ feature( macro_rules) ]
14
15
You can’t perform that action at this time.
0 commit comments