Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Make travis definition more compact. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrik committed Jan 9, 2018
1 parent 7ad9e0f commit c9760cb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ node_js:
cache: yarn
git:
depth: 3
script: yarn validate-schema
jobs:
include:
- stage: test
script: yarn validate-schema
- stage: deploy
if: tag IS present
node_js: "8"
deploy:
provider: npm
email: [email protected]
api_key: $NPM_API_KEY
on:
tags: true
node: "8"

0 comments on commit c9760cb

Please sign in to comment.