2019-02-13 12:50:45 -05:00
|
|
|
dist: xenial
|
|
|
|
|
2018-08-24 11:07:11 -04:00
|
|
|
language: rust
|
2019-02-13 12:50:45 -05:00
|
|
|
rust: nightly
|
2018-08-24 11:07:11 -04:00
|
|
|
cache: cargo
|
2019-02-13 12:50:45 -05:00
|
|
|
|
|
|
|
# Nothing to install
|
|
|
|
install: true
|
2019-05-26 18:41:42 -04:00
|
|
|
script:
|
2019-06-01 18:28:20 -04:00
|
|
|
- cargo build --features "sqlite"
|
|
|
|
- cargo build --features "mysql"
|