Skip to content

Commit

Permalink
Try fix darwin travis build seanmonstar#7
Browse files Browse the repository at this point in the history
  • Loading branch information
aagahi committed Dec 25, 2016
1 parent ffa0569 commit e6f9df8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ matrix:
- export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include
- export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib

script:
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH

script:
- cargo test
# - rustdoc --test Readme.md -L target/debug/deps -L target/debug
- cargo doc --no-deps
Expand Down

0 comments on commit e6f9df8

Please # to comment.