We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f96ee10 + 9ac804e commit d911936Copy full SHA for d911936
.travis.yml
@@ -3,6 +3,13 @@
3
# downloads a rust/cargo snapshot, which we don't really want for building rust.
4
language: c
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
+
13
# The test suite is in general way too stressful for travis, especially in
14
# terms of time limit and reliability. In the past we've tried to scale things
15
# back to only build the stage1 compiler and run a subset of tests, but this
src/test/run-pass/unix-process-spawn-errno.rs
@@ -9,6 +9,7 @@
// except according to those terms.
// ignore-windows
+// ignore-macos
#![feature(macro_rules)]
0 commit comments