Enable stable Rust again

This commit is contained in:
Lucien Greathouse
2019-01-01 17:02:46 -08:00
parent 20e9688268
commit 45af35cccd
2 changed files with 6 additions and 10 deletions

View File

@@ -25,18 +25,16 @@ matrix:
- cd plugin
- luacov-coveralls -e $TRAVIS_BUILD_DIR/lua_install
# Stable builds can be re-enabled after 2018-12-06, when Rust 1.31 is stable
- language: rust
rust: stable
# - language: rust
# rust: stable
# script:
# - cd server
# - cargo test --verbose
script:
- cd server
- cargo test --verbose
- language: rust
rust: beta
script:
- cd server
- cargo test --verbose
- cargo test --verbose