Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
The test code expect OUT_DIR to be set, but it is not set anymore
by cargo.
  • Loading branch information
Guillaume Fraux authored and BurntSushi committed May 17, 2017
1 parent e0f980d commit a1ae4a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,8 @@ rust:
- beta
- nightly
script:
# Workaround https://github.com/nathanross/second_law/issues/14
- export OUT_DIR=$(pwd)/target/debug/null/null/null
- cargo build --verbose
- cargo test --verbose
- cargo doc
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -14,5 +14,7 @@ install:
build: false

test_script:
# Workaround https://github.com/nathanross/second_law/issues/14
- set OUT_DIR=.\target\debug\null\null\null
- cargo build --verbose
- cargo test --verbose

0 comments on commit a1ae4a7

Please sign in to comment.