Skip to content

Commit

Permalink
Fix typo in travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Froelich committed Dec 31, 2016
1 parent 8a7c050 commit 2a879fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,7 @@ after_success:
# for the time being so we need to use the latter command
# see https://github.com/huonw/travis-cargo/issues/58 for more details
- travis-cargo coveralls --no-sudo --verify
- ./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/lru-rs-*
- ./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/lru-*

env:
global:
Expand Down

0 comments on commit 2a879fa

Please sign in to comment.