Skip to content

Commit

Permalink
fix: Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Mar 5, 2019
1 parent 1411cc7 commit a21cb51
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
language: node_js
node_js: node
cache: yarn

branches:
only:
- master
- /^[0-9]+\.[0-9]+\.[0-9]+/

script: echo "Running tests against $(node -v) ..."
- master
- /^[0-9]+\.[0-9]+\.[0-9]+/

jobs:
include:
- stage: deploy
script: yarn publish
node_js: node
if: tag IS present

cache:
yarn: true
directories:
- node_modules

0 comments on commit a21cb51

Please sign in to comment.