We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bc8d9 commit ac65c8bCopy full SHA for ac65c8b
.travis.yml
@@ -4,5 +4,4 @@ node_js:
4
- "5"
5
- "6"
6
sudo: false
7
-script: "make travis"
8
-after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
+script: "make test"
Makefile
@@ -14,15 +14,6 @@ test:
14
./bin/macaca-cli run -d test_jasmine -f tman && \
15
./bin/macaca-cli run -d test_jasmine/jasmine.test.js -f jasmine && \
16
./bin/macaca-cli run -d test_ava -f ava
17
-travis: install
18
- @NODE_ENV=test $(BIN) $(FLAGS) \
19
- ${npm_bin}/istanbul cover \
20
- ${npm_bin}/_mocha \
21
- --report lcovonly \
22
- -- -u exports \
23
- $(REQUIRED) \
24
- $(TESTS) \
25
- --bail
26
jshint:
27
@${npm_bin}/jshint .
28
.PHONY: test
0 commit comments