Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal authored Oct 16, 2019
1 parent 24ed3d0 commit 118ce5a
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,18 @@ stages:
- test
- deploy

install:
- yarn install --frozen-lockfile

script:
- yarn lint
- yarn docs:build

jobs:
include:
- stage: test
name: Testing

install:
- yarn install --frozen-lockfile
script:
- yarn lint
- yarn docs:build

- if: branch = master AND type = push
stage: deploy
name: Deploy
node_js: node

install:
- yarn install --frozen-lockfile
script:
- yarn semantic-release

0 comments on commit 118ce5a

Please sign in to comment.