Third time lucky?

This commit is contained in:
Ben S 2014-07-01 20:39:41 +01:00
parent c6a8fadac0
commit e1693cd769

View File

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