Skip to content

Commit

Permalink
add a travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Feb 14, 2020
1 parent 4d2b59c commit c9f9ef3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: rust
rust:
- stable
- nightly
jobs:
allow_failures:
- rust: nightly
fast_finish: true
cache: cargo
script:
- cargo run -- tree-data/example.toml output

0 comments on commit c9f9ef3

Please sign in to comment.