summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: bac594404884bc87d884836487b8500234c6b97a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
env:
 global:
   - PROJECT_NAME=dust
   - CHANNEL=stable

language: rust
rust:
  - stable
matrix:
    - os: osx
      env: TARGET=i686-apple-darwin
    - os: linux
      env: TARGET=i686-unknown-linux-gnu
    - os: osx
      env: TARGET=x86_64-apple-darwin
    - os: linux
      env: TARGET=x86_64-unknown-linux-gnu
cache: cargo