Skip to content

Commit 527e224

Browse files
committed
Fixing node version used for const in strict mode
(this is for travis error in github)
1 parent ab88328 commit 527e224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3-
- "0.10"
3+
- "4.9.1"
44
before_install: npm install -g grunt-cli
55
install: npm install

0 commit comments

Comments
 (0)