Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c292fe

Browse files
authored
Merge pull request mgechev#97 from amilajack/patch-1
Updated travis ci to test modern node version
2 parents ca0d781 + be84808 commit 1c292fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "0.12"
3+
- "4"
44
before_script:
55
- npm install -g gulp
6-
script: gulp build
6+
script: gulp build

0 commit comments

Comments
 (0)