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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user