Skip to content

Commit

Permalink
Create document
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohiro committed Dec 7, 2015
1 parent 3698205 commit d0b7c80
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,16 @@ os:
- osx

# Enable travis-cargo: https://github.com/huonw/travis-cargo
before_script:
- |
before_script: |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
script:
- cargo build --verbose
- cargo test --verbose
- travis-cargo --only stable doc

after_success:
after_success: |
[ $TRAVIS_OS_NAME = 'linux' ] &&
# Measure code coverage and upload to coveralls.io
- if [ $TRAVIS_OS_NAME = 'linux' ]; then
travis-cargo --only stable coveralls --no-sudo;
fi
travis-cargo --only stable coveralls --no-sudo

0 comments on commit d0b7c80

Please sign in to comment.