Update TravisCI.
This commit is contained in:
parent
5899bf8624
commit
0e63167aab
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ os: osx
|
|||
before_install:
|
||||
- brew install sqlcipher
|
||||
rust:
|
||||
- 1.41.0
|
||||
- 1.43.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
@ -24,10 +24,10 @@ matrix:
|
|||
jobs:
|
||||
include:
|
||||
- stage: "Test iOS"
|
||||
rust: 1.41.0
|
||||
rust: 1.43.0
|
||||
script: ./scripts/test-ios.sh
|
||||
- stage: "Docs"
|
||||
rust: 1.41.0
|
||||
rust: 1.43.0
|
||||
script: ./scripts/cargo-doc.sh
|
||||
script:
|
||||
- cargo build --verbose --all
|
||||
|
|
Loading…
Reference in a new issue