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:
- lint
- test:
branches:
only:
- trying
- staging
filters:
branches:
only:
- trying
- staging
- test-macos:
branches:
only:
- trying
- staging
filters:
branches:
only:
- trying
- staging
- test-and-build:
branches:
only:
- trying
- staging
filters:
branches:
only:
- trying
- staging
- test-and-build-macos:
branches:
only:
- trying
- staging
filters:
branches:
only:
- trying
- staging
- test-rust-nightly:
branches:
only:
- trying
- staging
filters:
branches:
only:
- trying
- staging
- publish-github-release:
requires:
- lint