mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-23 08:34:18 +02:00
CI: Add macOS testing with Travis
This commit is contained in:
parent
0341b37599
commit
e0fa9272f1
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
language: rust
|
||||
os: osx
|
||||
rust:
|
||||
- 1.19.0
|
||||
- stable
|
||||
cache: cargo
|
||||
script: cargo test
|
||||
Loading…
Add table
Add a link
Reference in a new issue