Skip to content

Commit

Permalink
chore(travis): testing chore (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinkl committed Mar 5, 2019
1 parent 8514985 commit e323dd1
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,20 @@ before_install:
before_script:
- yarn bootstrap

jobs:
include:
- stage: Build and Test
script:
- yarn build
- yarn test:cov
script:
- yarn build
- yarn test:cov

deploy:
- provider: script
on:
branch: canary
skip_cleanup: true
script:
- echo "RELEASING CANARY"
- provider: script
on:
branch: master
branch: canary
- provider: script
skip_cleanup: true
script:
- echo "RELEASING STABLE"
on:
branch: master

0 comments on commit e323dd1

Please sign in to comment.