mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Update .travis.yml
This commit is contained in:
parent
76be900c8c
commit
6fffd88202
@ -1,4 +1,10 @@
|
|||||||
language: rust
|
language: rust
|
||||||
|
before_install:
|
||||||
|
- sudo add-apt-repository --yes ppa:hansjorg/rust
|
||||||
|
- sudo add-apt-repository --yes ppa:cmrx64/cargo
|
||||||
|
- sudo apt-get update -qq
|
||||||
|
install:
|
||||||
|
- sudo apt-get install -qq rust-nightly cargo
|
||||||
script:
|
script:
|
||||||
- cargo build
|
- cargo build
|
||||||
- cargo test
|
- cargo test
|
||||||
|
Loading…
Reference in New Issue
Block a user