travis: Use stable rust (#154)
This commit is contained in:
parent
3eb1ee96c7
commit
66bad5d72e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue