Skip to content

Commit

Permalink
Fixing node version used for const in strict mode
Browse files Browse the repository at this point in the history
(this is for travis error in github)
  • Loading branch information
zoraceslap committed Dec 7, 2018
1 parent ab88328 commit 4a9bed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "0.10"
- "0.12.18"
before_install: npm install -g grunt-cli
install: npm install

0 comments on commit 4a9bed9

Please sign in to comment.