Skip to content

Commit 8914f8e

Browse files
committed
chore(travis): set 'sudo: false' and reenable travis cache
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
1 parent 249f9b8 commit 8914f8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: node_js
2+
sudo: false
23
node_js:
34
- '0.10'
45

0 commit comments

Comments
 (0)