1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

small typo in travis ci config

This commit is contained in:
AJ Bahnken
2019-03-29 10:52:44 -07:00
parent f000986f20
commit ba3c378fb0

View File

@@ -15,8 +15,8 @@ before_install:
- source ~/.cargo/env
script:
- 'if [ "$TRAVIS_REPO_SLUG" != "mozilla/sop" ]; then make; fi'
- 'if [ "$TRAVIS_REPO_SLUG" = "mozilla/sop" ]; then make origin-build; fi'
- 'if [ "$TRAVIS_REPO_SLUG" != "mozilla/sops" ]; then make; fi'
- 'if [ "$TRAVIS_REPO_SLUG" = "mozilla/sops" ]; then make origin-build; fi'
- bash <(curl -s https://codecov.io/bash)
before_deploy: