Skip to content

Commit

Permalink
fix typo in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestalmage committed Dec 19, 2015
1 parent 4d8527e commit a4a0fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ before_install:
- 'npm i -g npm@latest'

after_script:
- 'cat ./coverage/lcov.ino | ./node_modules/.bin/coveralls'
- 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'

0 comments on commit a4a0fb6

Please sign in to comment.