mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-06-12 15:01:21 +00:00
Set up Travis to run several versions of Rust
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
language: rust
|
||||
sudo: required
|
||||
|
||||
rust:
|
||||
- 1.0.0
|
||||
- beta
|
||||
- nightly
|
||||
|
||||
after_success:
|
||||
- curl https://stainless-steel.github.io/travis/after_success.sh | bash
|
||||
|
||||
|
Reference in New Issue
Block a user