travis: Use stable rust (#154)

This commit is contained in:
Armani Ferrante 2021-04-06 20:00:04 -07:00 committed by GitHub
parent 3eb1ee96c7
commit 66bad5d72e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
dist: bionic
language: rust
rust: nightly-2021-03-25
rust:
- stable
cache: cargo
env:
- NODE_VERSION="14.7.0"
global:
- NODE_VERSION="14.7.0"
_defaults: &defaults
before_install: