Skip to content

Commit f7407d1

Browse files
author
tunnckoCore
committed
remove after_script from travis
1 parent 21cdea5 commit f7407d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ node_js:
55
matrix:
66
allow_failures:
77
- node_js: "0.10"
8-
fast_finish: true
9-
script: "npm run-script test-travis"
10-
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
8+
fast_finish: true

0 commit comments

Comments
 (0)