diff options
| author | Alexis Beingessner <a.beingessner@gmail.com> | 2015-07-21 11:42:38 -0700 |
|---|---|---|
| committer | Alexis Beingessner <a.beingessner@gmail.com> | 2015-07-24 09:45:34 -0700 |
| commit | b0acde7370296efc0a624e82a5de508764e13d38 (patch) | |
| tree | 83573060f8fb9e3f57201eba0f7964448d636216 | |
| parent | ed49bad0ccb0e9ee7e5ebea69d72a98bed08f77f (diff) | |
| download | rust-b0acde7370296efc0a624e82a5de508764e13d38.tar.gz rust-b0acde7370296efc0a624e82a5de508764e13d38.zip | |
make travis extreme
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index dc955bc2f2b..10545b90974 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,7 @@ sudo: false before_script: - ./configure --enable-ccache script: - - make tidy - - make rustc-stage1 -j4 + - make tidy check -j4 env: - CXX=/usr/bin/g++-4.7 |
