diff options
| author | Vojta Jina | 2013-07-01 16:21:56 -0700 |
|---|---|---|
| committer | Vojta Jina | 2013-07-02 13:58:52 -0700 |
| commit | 2c2adbcab54d3504f1ae9c91b761c2a18a5d8468 (patch) | |
| tree | be6495fd2177a8e458a68ead12bfda173baae51a /.travis.yml | |
| parent | 6e1b64176f91ef6049cd03dc666554b7e04a9000 (diff) | |
| download | angular.js-2c2adbcab54d3504f1ae9c91b761c2a18a5d8468.tar.bz2 | |
chore(travis): speed up the build
- parallelize the tasks
- cache requests (e2e tests)
This reduces the time from ~18min to ~12min.
It makes the output little messy. We could buffer output of each task and display it once it's fully finished, nicely. I think giving instant feedback is better.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 92da3ed9..3b439f7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,7 @@ before_script: - ./lib/sauce/sauce_connect_setup.sh - npm install -g grunt-cli - grunt package - - grunt webserver > /dev/null & - ./lib/sauce/sauce_connect_block.sh script: - - grunt test --reporters dots --browsers SL_Chrome + - grunt parallel:travis --reporters dots --browsers SL_Chrome |
