Attempt to fix circleci config

This commit is contained in:
Lachlan Sneff 2019-03-08 15:08:28 -08:00 committed by GitHub
parent 16f72e30f4
commit ba66d82b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -310,30 +310,35 @@ workflows:
jobs: jobs:
- lint - lint
- test: - test:
branches: filters:
only: branches:
- trying only:
- staging - trying
- staging
- test-macos: - test-macos:
branches: filters:
only: branches:
- trying only:
- staging - trying
- staging
- test-and-build: - test-and-build:
branches: filters:
only: branches:
- trying only:
- staging - trying
- staging
- test-and-build-macos: - test-and-build-macos:
branches: filters:
only: branches:
- trying only:
- staging - trying
- staging
- test-rust-nightly: - test-rust-nightly:
branches: filters:
only: branches:
- trying only:
- staging - trying
- staging
- publish-github-release: - publish-github-release:
requires: requires:
- lint - lint