Skip to content

Commit 29b0f45

Browse files
committed
feat(ci): use sudo: false and switch to node.js v4
1 parent d8f5670 commit 29b0f45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
3-
- 0.10
3+
- 4
4+
sudo: false
45

56
before_install:
67
- npm install -g grunt-cli

0 commit comments

Comments
 (0)