From c6a8fadac04076b0f86d031fcb88e8a65b0d49ab Mon Sep 17 00:00:00 2001 From: Ben S Date: Tue, 1 Jul 2014 20:34:35 +0100 Subject: [PATCH] Second try at Travis+Cargo fixes --- .travis.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index db8d14b..daf98fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 0f2cae4..c15f2a5 100644 --- a/README.md +++ b/README.md @@ -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 ----------