Skip to content

Commit

Permalink
.travis.yml: further attempt to fix the Travis CI
Browse files Browse the repository at this point in the history
Turns out the OpenSSL problem on OSX is well known:
sfackler/rust-openssl#255 . Trying the most recent
and comprehensive-looking suggestion.
  • Loading branch information
pkgw committed Jan 8, 2017
1 parent f046aac commit c54deb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ before_install:
# programs.

script:
- export OPENSSL_INCLUDE_DIR=$(brew --prefix openssl)/include
- export OPENSSL_LIB_DIR=$(brew --prefix openssl)/lib
- export DEP_OPENSSL_INCLUDE=$(brew --prefix openssl)/include
- PKG_CONFIG_PATH=/usr/local/opt/icu4c/lib/pkgconfig cargo build --verbose && cargo test --no-run && target/debug/tex_outputs-???????????????? && target/debug/trip-????????????????

0 comments on commit c54deb5

Please sign in to comment.