Browse Source

travis: Use stable rust (#154)

Armani Ferrante 4 years ago
parent
commit
66bad5d72e
1 changed files with 4 additions and 2 deletions
  1. 4 2
      .travis.yml

+ 4 - 2
.travis.yml

@@ -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: