Skip to content

Commit

Permalink
fix: update travis.yml template
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Nov 21, 2019
1 parent 2bacfae commit cfb3428
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,18 @@ sudo: false
language: "node_js"
# Node versions to test against
node_js:
- 8
- 11
# Scripts to run during the 'test' job (default: npm test)
# script:
# - npm run lint
# - ./setup.test.sh
jobs:
include:
- stage: test
node_js: lts/*
# Uncomment to modify test script (default: npm test)
# script:
# - npm run lint
# - "./setup.test.sh"
# Uncomment to publish to npm
# jobs:
# include:
# # Define the release stage that runs semantic-release
# - stage: release
# if: branch = master
# node_js: lts/*
# # Overwrite the default step to skip the tests
# script: skip
# deploy:
# provider: script
Expand Down

0 comments on commit cfb3428

Please sign in to comment.