Skip to content

Commit

Permalink
Meta: Use Travis' container-based infrastructure
Browse files Browse the repository at this point in the history
Add `sudo: false` to the `.travis.yml` file in order to use
Travis CI's container-based infrastructure, thus, making the builds
start and run faster.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

It seems this repository was recognize by Travis CI before 2015-01-01,
so builds where sent to the standard infrastructure:

 * https://docs.travis-ci.com/user/migrating-from-legacy/
 * https://docs.travis-ci.com/user/workers/container-based-infrastructure/
  • Loading branch information
alrra committed Mar 2, 2016
1 parent 3c3c8de commit 6af9c9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -9,3 +9,5 @@ language: node_js

node_js:
- "5"

sudo: false

0 comments on commit 6af9c9e

Please sign in to comment.