add travis config

This commit is contained in:
Daiderd Jordan 2018-04-11 18:07:10 +02:00
parent 59279e227d
commit a84023796f
No known key found for this signature in database
GPG key ID: D02435D05B810C96

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: nix
matrix:
include:
- script:
- nix-shell --run 'cd ofborg && cargo test --lib -- --nocapture'
- nix-shell --run 'cd ofborg && cargo test --lib -- --nocapture' --arg useNix1 true