We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbd577 commit 4075cd7Copy full SHA for 4075cd7
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
- - "8"
+ - "10"
4
script:
5
- grunt test
6
cache:
Gruntfile.js
@@ -26,7 +26,7 @@ module.exports = function(grunt) {
26
27
mocha: {
28
all: {
29
- src: ['test/*.html'],
+ src: ['test/*.html']
30
},
31
options: {
32
run: true,
0 commit comments