We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6c52f commit e5c51caCopy full SHA for e5c51ca
2 files changed
.travis.yml
@@ -3,7 +3,7 @@ language: node_js
3
node_js:
4
- "10"
5
script:
6
- - npx grunt
+ - npm test
7
cache:
8
directories:
9
- node_modules
package.json
@@ -10,7 +10,7 @@
10
"scripts": {
11
"prepack": "grunt build",
12
"build": "grunt build",
13
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "grunt eslint"
14
},
15
"engines": {
16
"node": ">=6"
0 commit comments