File tree Expand file tree Collapse file tree 4 files changed +4
-51
lines changed Expand file tree Collapse file tree 4 files changed +4
-51
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ branches:
18
18
only :
19
19
- master
20
20
- dev
21
- - issue/438-runAllTestsTravis
22
21
23
22
notifications :
24
23
webhooks :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
var patternEngines = require ( './pattern_engines' ) ;
4
4
var path = require ( 'path' ) ;
5
5
var extend = require ( 'util' ) . _extend ;
6
+
6
7
// patternPrefixMatcher is intended to match the leading maybe-underscore,
7
8
// zero or more digits, and maybe-dash at the beginning of a pattern file name we can hack them
8
9
// off and get at the good part.
Original file line number Diff line number Diff line change 16
16
"patternengine-node-mustache" : " ^1.0.0"
17
17
},
18
18
"devDependencies" : {
19
- "grunt" : " ~1.0.1" ,
20
- "grunt-contrib-concat" : " ^1.0.1" ,
21
- "grunt-eslint" : " ^18.0.0" ,
22
- "grunt-tape" : " ^0.1.0" ,
19
+ "eslint" : " ^3.5.0" ,
23
20
"tap" : " ^7.1.2"
24
21
},
25
22
"keywords" : [
45
42
],
46
43
"license" : " MIT" ,
47
44
"scripts" : {
48
- "test" : " node_modules/grunt/bin/grunt travis --verbose"
45
+ "test" : " eslint core/**/*.js && tap test/*_tests.js --reporter spec" ,
46
+ "lint" : " eslint core/**/*.js"
49
47
},
50
48
"engines" : {
51
49
"node" : " >=4.0"
You can’t perform that action at this time.
0 commit comments