Second try at Travis+Cargo fixes

This commit is contained in:
Ben S 2014-07-01 20:34:35 +01:00
parent 7aec8631ab
commit c6a8fadac0
2 changed files with 3 additions and 2 deletions

View File

@ -6,5 +6,6 @@ install:
- sudo apt-get install rust-nightly cargo
script:
- cargo build
- cargo test
- rustc --test src/exa -o exa-test
- ./exa-test

View File

@ -3,7 +3,7 @@ exa
exa is a replacement for `ls` written in Rust.
![Build status](https://travis-ci.org/ogham/exa.svg?branch=master)
[![Build status](https://travis-ci.org/ogham/exa.svg)](https://travis-ci.org/ogham/exa)
Screenshot
----------