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