Skip to content

Commit d911936

Browse files
committed
Merge branch 'travis' into rollup
Conflicts: .travis.yml
2 parents f96ee10 + 9ac804e commit d911936

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
# downloads a rust/cargo snapshot, which we don't really want for building rust.
44
language: 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

src/test/run-pass/unix-process-spawn-errno.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// ignore-windows
12+
// ignore-macos
1213

1314
#![feature(macro_rules)]
1415

0 commit comments

Comments
 (0)