Auto merge of #27205 - Gankro:travis-extreme, r=alexcrichton

Only `make -j4` takes ~50 mins
`make check` bumps it up to ~1hr 30min

Travis seems more than happy to let this happen. 

Time limits appear to be meaningless.

Similar to the previous PR, it's easy to tell how much your PR definitely builds by checking the current logs or just considering how long it's been building for.
This commit is contained in:
bors 2015-08-02 02:42:24 +00:00
commit f7b3cd3337
1 changed files with 1 additions and 2 deletions

View File

@ -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