~cypheon/livetools

livetools/.travis.yml -rw-r--r-- 171 bytes
320869f6 — Johann Rudloff Add license file 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: rust
rust:
  - stable
  - beta
  - nightly
os:
  - linux
  - osx
  - windows
matrix:
  allow_failures:
    - rust: nightly
    - os: windows
  fast_finish: true