Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit fff1450

Browse files
committed
Merge pull request #75 from cssnext/faster-travis
Try `sudo: false` on Travis to speed up the build
2 parents a3a2ba9 + c80eeab commit fff1450

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
# http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
2+
sudo: false
3+
14
language: node_js
5+
26
node_js:
37
- 0.12
8+
49
notifications:
510
irc:
611
channels:

0 commit comments

Comments
 (0)