Skip to content

Commit

Permalink
Merge pull request rust-lang#3 from fabiand/travisci
Browse files Browse the repository at this point in the history
travis: Add .travis.yml
  • Loading branch information
haraldh authored Jan 19, 2018
2 parents 1f0da31 + 59d91f8 commit 09a70a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: rust
rust:
- stable
cache: cargo
script:
- cargo build --verbose
- cargo test --verbose
- cargo run --example validate examples/io_systemd_network/io.systemd.network.varlink
- cargo run --example varlink-generator examples/io_systemd_network/io.systemd.network.varlink

0 comments on commit 09a70a3

Please sign in to comment.