Skip to content
This repository was archived by the owner on Nov 12, 2017. It is now read-only.

Commit e94aa19

Browse files
author
Gustavo Henke
committed
chore(travis): use -f flag in coveralls submission script
As it's always failing (for no reason), we'll simply force execution to see if anything changes!
1 parent b6380cb commit e94aa19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_js:
44

55
# Submit coverage data to coveralls
66
after_success:
7-
- grunt coveralls:core
7+
- grunt -f coveralls:core
88

99
env:
1010
global:

0 commit comments

Comments
 (0)