summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDheepak Krishnamurthy <me@kdheepak.com>2021-02-13 17:33:38 -0700
committerDheepak Krishnamurthy <me@kdheepak.com>2021-02-13 18:21:09 -0700
commit417ca0a2b48723b143d05722f00a3984b6fb7d67 (patch)
treeed3c0d6d251d516d13ce88bab391b61cb7c82c04 /.travis.yml
parentab3431311b1fdb6a8dc59419c7cee4178882a368 (diff)
Update CI workflow
Update .travis.yml to use more recent versions of rust Test two most recent versions of rust on github ci Update versions to more recent versions Use rc.confirmation=off instead of yes Change versions to minimum rust version Add beta and nightly to github workflows Update minimum rust version Remove minimum version from travis Use echo 0 to make initial setup not error
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 323f787..e05e561 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,5 @@
language: rust
rust:
- - 1.38.0
- - 1.39.0
- stable
- beta
- nightly