forked from Plume/Plume
Run Travis for SQlite too
This commit is contained in:
parent
38d737ed0c
commit
535c68b423
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
|||
language: rust
|
||||
env:
|
||||
matrix:
|
||||
- MIGRATION_DIR=migrations/postgres FEATURES=postgres DATABASE_URL=postgres://postgres@localhost/plume
|
||||
- MIGRATION_DIR=migrations/sqlite FEATURES=sqlite DATABASE_URL=plume.sqlite3
|
||||
rust:
|
||||
- nightly
|
||||
cache: cargo
|
||||
script:
|
||||
- cargo build --no-default-features --features="${FEATURES}"
|
||||
|
|
Loading…
Reference in a new issue