1
0
mirror of https://github.com/fluencelabs/llamadb synced 2025-03-16 03:00:50 +00:00

Fix travis script to build on nightly

This commit is contained in:
Dan Spencer 2015-12-24 10:44:27 -08:00
parent 91f965fbce
commit b2de13b068

@ -1,5 +1,8 @@
language: rust
rust:
- nightly
script:
- cargo test -v
- cd cli