Skip to content

Commit ac65c8b

Browse files
committed
tweak travis
1 parent d2bc8d9 commit ac65c8b

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ node_js:
44
- "5"
55
- "6"
66
sudo: false
7-
script: "make travis"
8-
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
7+
script: "make test"

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ test:
1414
./bin/macaca-cli run -d test_jasmine -f tman && \
1515
./bin/macaca-cli run -d test_jasmine/jasmine.test.js -f jasmine && \
1616
./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
2617
jshint:
2718
@${npm_bin}/jshint .
2819
.PHONY: test

0 commit comments

Comments
 (0)