Skip to content

Commit

Permalink
Merge d1a4abd into ac98df3
Browse files Browse the repository at this point in the history
  • Loading branch information
obernardovieira committed Jan 13, 2020
2 parents ac98df3 + d1a4abd commit 8b97ea9
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,26 @@ dist: xenial

language: node_js

cache: yarn

node_js:
- "lts/dubnium"

install:
- yarn

script:
- yarn test:ci
- yarn coverage:ci
- yarn lint
jobs:
include:
- stage: "Tests"
script: yarn test:ci
-
script: yarn coverage:ci
-
script: yarn lint
- stage: npm release
if: branch = master
script: echo "Deploying to npm ..."
deploy:
provider: npm
api_key: $NPM_API_KEY
on: deploy-npm-release

0 comments on commit 8b97ea9

Please sign in to comment.