Skip to content

Commit

Permalink
chore(travis): set 'sudo: false' and reenable travis cache
Browse files Browse the repository at this point in the history
For some reason our jobs are being routed to the 'build.linux' travis queue, which has the travis cache
disabled. In order for us to get the cache reenabled we need to get our jobs into the 'builds.docker' queue.
This can be achieved via setting 'sudo: false' in .travis.yaml
  • Loading branch information
IgorMinar committed Apr 20, 2015
1 parent 249f9b8 commit 8914f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
sudo: false
node_js:
- '0.10'

Expand Down

0 comments on commit 8914f8e

Please sign in to comment.