Commit fc5465a 1 parent c877143 commit fc5465a Copy full SHA for fc5465a
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,16 @@ install:
7
7
- ps: Install-Product node $env:nodejs_version
8
8
# install modules
9
9
- npm install
10
+ - npm install -g grunt-cli
10
11
11
12
# Post-install test scripts.
12
13
test_script:
13
14
# Output useful info for debugging.
14
15
- node --version
15
16
- npm --version
16
17
# run tests
17
- - npm test
18
+ #- grunt lint # no need to run lint tests here too
19
+ - node run_tests
18
20
19
21
# Don't actually build.
20
22
build: off
Original file line number Diff line number Diff line change 59
59
"haraka_grep": "./bin/haraka_grep"
60
60
},
61
61
"scripts": {
62
- "test": "grunt lint; node run_tests",
63
- "coveralls": "jscoverage *.js && QUICKSORT_COV=1 ./node_modules/nodeunit/bin/nodeunit --reporter=lcov tests --reporter=lcov tests | coveralls"
62
+ "test": "node run_tests",
63
+ "coveralls": "jscoverage plugins && QUICKSORT_COV=1 ./node_modules/nodeunit/bin/nodeunit --reporter=lcov tests | coveralls"
64
64
}
65
65
}
You can’t perform that action at this time.
0 commit comments