aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 439c876af9f9eece736e10c45a178d37f2de6cfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: rust
rust:
    - beta
    - nightly
    - stable
sudo: false
os:
    - linux
cache:
    directories:
        - $TRAVIS_BUILD_DIR/target
        - $HOME/.cargo

script:
    - cargo build