We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cdafcf + fb197de commit 9fca4eaCopy full SHA for 9fca4ea
.travis.yml
@@ -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
@@ -0,0 +1,5 @@
+# Unreleased
+## Internal
+- Added Travis CI. MSRV is 1.37.0 (#60, @tommilligan)
0 commit comments