summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBen S <ogham@bsago.me>2014-07-01 20:34:35 +0100
committerBen S <ogham@bsago.me>2014-07-01 20:34:35 +0100
commitc6a8fadac04076b0f86d031fcb88e8a65b0d49ab (patch)
tree551a63f223a83eb205705a2ae9617256d658855d /.travis.yml
parent7aec8631ab395ac12f6b152600a0bc0233b53ffc (diff)
Second try at Travis+Cargo fixes
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 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