chat-reseau-p8/.travis.yml

10 lines
151 B
YAML
Raw Normal View History

2018-04-06 02:02:41 +00:00
matrix:
2018-04-06 02:03:24 +00:00
include:
language: rust
rust: nightly
script: cd Rust && cargo build
2018-04-06 02:10:39 +00:00
cache: cargo
2018-04-06 02:06:21 +00:00
branches:
only:
- master