Enable travis CI, even though our tests are still failing

This commit is contained in:
Joshua Holmer 2016-01-12 11:55:19 -05:00
parent 9267f040af
commit ef9378d289
2 changed files with 10 additions and 0 deletions

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly

View file

@ -1,5 +1,7 @@
# OxiPng
[![Build Status](https://travis-ci.org/shssoichiro/oxipng.svg)](https://travis-ci.org/shssoichiro/oxipng)
## Overview
OxiPng is a PNG compression optimizer.