Skip to content

Commit

Permalink
fixed malformed after-success param in travis ci config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Akamaozu committed Jun 24, 2016
1 parent f198bdd commit c173305
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_js:
- 'iojs'
- '0.12'
- '0.10'
after-success: npm run lcov-to-coveralls
after-success:
- npm run lcov-to-coveralls

0 comments on commit c173305

Please sign in to comment.