Skip to content

Commit fb197de

Browse files
committed
ci: add travis ci config
1 parent 4cdafcf commit fb197de

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
cache: cargo
2+
dist: focal
3+
language: rust
4+
rust:
5+
- beta
6+
- stable
7+
- 1.37.0
8+
9+
before_install: rustup component add rustfmt
10+
script: ./test.sh

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Unreleased
2+
3+
## Internal
4+
5+
- Added Travis CI. MSRV is 1.37.0 (#60, @tommilligan)

0 commit comments

Comments
 (0)