[go: up one dir, main page]

geo 0.2.8

Geospatial primitives and algorithms
Documentation
1
2
3
4
5
6
7
8
language: rust
rust:
  - stable
  - beta
  - nightly

after_success:
  - if [ "$TRAVIS_PULL_REQUEST" == "false" -a "$TRAVIS_BRANCH" == "master" ]; then .travis/deploy.sh; fi