Skip to content

Commit 4075cd7

Browse files
committed
Updates node for travis
1 parent fcbd577 commit 4075cd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "8"
3+
- "10"
44
script:
55
- grunt test
66
cache:

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = function(grunt) {
2626

2727
mocha: {
2828
all: {
29-
src: ['test/*.html'],
29+
src: ['test/*.html']
3030
},
3131
options: {
3232
run: true,

0 commit comments

Comments
 (0)