Skip to content

Commit

Permalink
adds PhantomJS Dir to path for lcov report
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Nov 9, 2015
1 parent fd6536a commit 6cf1594
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 @@ -5,7 +5,7 @@ before_install:
- pip install --user codecov
after_success:
- ./node_modules/grunt-cli/bin/grunt coveralls
- codecov --file coverage/lcov.info --disable search
- codecov --file coverage/'PhantomJS 1.9.8 (Linux 0.0.0)'/lcov.info --disable search
cache:
directories:
- node_modules
Expand Down

0 comments on commit 6cf1594

Please sign in to comment.