[go: up one dir, main page]

geo 0.4.6

Geospatial primitives and algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
language: rust
cache: cargo
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly

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