summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: acf3c8d40c359d9a6fb6e96da45e5cf208793963 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
services: docker
language: rust
rust:
  - stable
  - beta
  - nightly
os:
  - linux
  - osx
matrix:
  allow_failures:
    - rust: nightly
    - os: osx
script:
  - cargo fmt --all -- --write-mode=diff
  - cargo build --verbose --all
  - cargo test --verbose --all -- --nocapture
  - docker build -t sitkevij/stretch-slim:hex-0.1.2 .