Skip to content

Commit

Permalink
fix(travis): see all environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 25, 2016
1 parent 30fc78c commit d1189d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ matrix:
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/Library/Python/2.7/bin:$HOME/.local/bin:$PATH
script:
- export
- travis-cargo build -- --features $FEATURE --no-default-features
- travis-cargo test -- --features $FEATURE --no-default-features
- travis-cargo doc -- --features $FEATURE --no-default-features
Expand Down

0 comments on commit d1189d9

Please sign in to comment.