Skip to content

Commit 9fca4ea

Browse files
authored
Merge pull request #99 from tommilligan/travis-ci
ci: add travis ci config
2 parents 4cdafcf + fb197de commit 9fca4ea

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)