From a1db3cc7ea443b611d5050daf4313d56a435c014 Mon Sep 17 00:00:00 2001 From: Etienne Napoleone Date: Tue, 21 Aug 2018 16:33:10 +0700 Subject: [PATCH] Update .travis.yml typo --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1aa85aa1..70dd7b9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ jobs: - stage: Coverage script: npm run coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage - - stage: Build and push tomochain image (untagged) + - stage: Build and push tomomaster image (untagged) services: - docker install: skip @@ -25,7 +25,7 @@ jobs: after_success: - curl -X POST $INFRA_IMAGE_REBUILD_HOOK - - stage: Build and push tomochain image (tagged) + - stage: Build and push tomomaster image (tagged) services: - docker install: skip @@ -44,7 +44,7 @@ stages: - name: Lint - name: Test - name: Coverage - - name: Build and push tomochain image (untagged) + - name: Build and push tomomaster image (untagged) if: type != pull_request AND branch = AND tag IS blank AND repo = tomochain/tomomaster - - name: Build and push tomochain image (tagged) + - name: Build and push tomomaster image (tagged) if: type != pull_request AND branch =~ ^v AND tag IS present AND repo = tomochain/tomomaster