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:
|
before_install:
|
||||||
- brew install sqlcipher
|
- brew install sqlcipher
|
||||||
rust:
|
rust:
|
||||||
- 1.41.0
|
- 1.43.0
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
|
@ -24,10 +24,10 @@ matrix:
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: "Test iOS"
|
- stage: "Test iOS"
|
||||||
rust: 1.41.0
|
rust: 1.43.0
|
||||||
script: ./scripts/test-ios.sh
|
script: ./scripts/test-ios.sh
|
||||||
- stage: "Docs"
|
- stage: "Docs"
|
||||||
rust: 1.41.0
|
rust: 1.43.0
|
||||||
script: ./scripts/cargo-doc.sh
|
script: ./scripts/cargo-doc.sh
|
||||||
script:
|
script:
|
||||||
- cargo build --verbose --all
|
- cargo build --verbose --all
|
||||||
|
|
Loading…
Reference in a new issue