-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the geo-types conversion functionality opt-in. (#115)
- Loading branch information
Showing
5 changed files
with
26 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
language: rust | ||
rust: | ||
- nightly | ||
- beta | ||
- stable | ||
after_success: | | ||
cargo doc && \ | ||
echo '<meta http-equiv=refresh content=0;url=geojson/index.html>' > target/doc/index.html && \ | ||
sudo pip install ghp-import && \ | ||
ghp-import -n target/doc && \ | ||
git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages | ||
|
||
cache: cargo | ||
|
||
matrix: | ||
include: | ||
- env: FEATURES="" | ||
- env: FEATURES="--features geo-types" | ||
|
||
script: | ||
- cargo build --release $FEATURES && cargo test --release $FEATURES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters