Skip to content

Commit

Permalink
Updates node for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindb committed Jun 7, 2020
1 parent fcbd577 commit 4075cd7
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,6 +1,6 @@
language: node_js
node_js:
- "8"
- "10"
script:
- grunt test
cache:
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = function(grunt) {

mocha: {
all: {
src: ['test/*.html'],
src: ['test/*.html']
},
options: {
run: true,
Expand Down

0 comments on commit 4075cd7

Please sign in to comment.