Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
etienne-napoleone committed Aug 21, 2018
1 parent 2319659 commit a1db3cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit a1db3cc

Please sign in to comment.