From e1693cd7693d2afd141a71f349a08ff4eb51727c Mon Sep 17 00:00:00 2001 From: Ben S Date: Tue, 1 Jul 2014 20:39:41 +0100 Subject: [PATCH] Third time lucky? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index daf98fc..8fef990 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ install: - sudo apt-get install rust-nightly cargo script: - cargo build - - rustc --test src/exa -o exa-test + - rustc --test src/exa.rs -o exa-test - ./exa-test