Rocket/.travis.yml

6 lines
133 B
YAML
Raw Normal View History

2016-03-18 03:18:16 +00:00
language: rust
# cache: cargo # linking failed with cache due to memory exhaustion. why?
2016-03-18 03:18:16 +00:00
rust:
- nightly
script: ./scripts/test.sh