pathfinding 0.1.13

Pathfinding search library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
install:
  - ps: Start-FileDownload "https://raw.githubusercontent.com/carllerche/travis-rust-matrix/master/install.ps1"; . .\install.ps1

platform:
  - x86
  - x64

environment:
  matrix:
    - RUST_VERSION: 1.18.0
    - RUST_VERSION: beta
    - RUST_VERSION: nightly

build: false

test_script:
  - cargo test