Update TravisCI.

This commit is contained in:
Gregory Burd 2020-05-25 11:18:42 -04:00
parent 5899bf8624
commit 0e63167aab

View file

@ -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