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 edcf0e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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"
- "6.4.0"
before_install: npm install -g grunt-cli
install: npm install
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"grunt": "^0.4.4",
"grunt-bump": "0.0.13",
"grunt-docco": "^0.3.3",
"grunt-docco": "^0.5.0",
"grunt-jasmine-node": "^0.2.1",
"coffeescript": "^2.3.2",
"grunt-jslint": "^1.1.8",
Expand Down

0 comments on commit edcf0e1

Please sign in to comment.