From ba3c378fb0b404d14bc2d9bf11f958fe8f8a1887 Mon Sep 17 00:00:00 2001 From: AJ Bahnken Date: Fri, 29 Mar 2019 10:52:44 -0700 Subject: [PATCH] small typo in travis ci config --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5081f6878..50848a293 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: