Enable travis CI, even though our tests are still failing
This commit is contained in:
parent
9267f040af
commit
ef9378d289
2 changed files with 10 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
|
|
@ -1,5 +1,7 @@
|
|||
# OxiPng
|
||||
|
||||
[](https://travis-ci.org/shssoichiro/oxipng)
|
||||
|
||||
## Overview
|
||||
|
||||
OxiPng is a PNG compression optimizer.
|
||||
|
|
|
|||
Loading…
Reference in a new issue