We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93525c7 commit a4d8f35Copy full SHA for a4d8f35
3 files changed
.travis.yml
@@ -18,7 +18,6 @@ branches:
18
only:
19
- master
20
- dev
21
- - issue/438-runAllTestsTravis
22
23
notifications:
24
webhooks:
Gruntfile.js
package.json
@@ -16,10 +16,7 @@
16
"patternengine-node-mustache": "^1.0.0"
17
},
"devDependencies": {
- "grunt": "~1.0.1",
- "grunt-contrib-concat": "^1.0.1",
- "grunt-eslint": "^18.0.0",
- "grunt-tape": "^0.1.0",
+ "eslint": "^3.5.0",
"tap": "^7.1.2"
25
"keywords": [
@@ -45,7 +42,8 @@
45
42
],
46
43
"license": "MIT",
47
44
"scripts": {
48
- "test": "node_modules/grunt/bin/grunt travis --verbose"
+ "test": "eslint core/**/*.js && tap test/*_tests.js --reporter spec",
+ "lint": "eslint core/**/*.js"
49
50
"engines": {
51
"node": ">=4.0"
0 commit comments