File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,7 @@ before_install:
8
8
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
9
9
after_success :
10
10
- npm run coverage
11
+ - npm run test:flags
12
+ - npm run test:docs
11
13
- bash <(curl -s https://codecov.io/bash)
12
14
sudo : false
Original file line number Diff line number Diff line change 28
28
"mocha" : " ^3.4.2"
29
29
},
30
30
"scripts" : {
31
- "test" : " npm run lint && mocha test/specs/ && npm run test:flags && npm run test:docs " ,
31
+ "test" : " npm run lint && mocha test/specs/" ,
32
32
"test:flags" : " node bin/doxdox 'lib/**/*.js' --description Description --title Title --package test/fixtures/ --ignore 'lib/**/*.js' | diff test/fixtures/flags.md -" ,
33
33
"test:docs" : " node bin/doxdox 'lib/**/*.js' -p package.json -l markdown | diff DOCUMENTATION.md -" ,
34
34
"lint" : " eslint ." ,
You can’t perform that action at this time.
0 commit comments