Skip to content

Commit

Permalink
chore: Pin build stages to node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchief committed Dec 6, 2018
1 parent db2ada4 commit f200152
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ git:
jobs:
include:
- stage: test
node_js:
- '8'
node_js: '8'
install:
- yarn install --ignore-engines
script:
Expand All @@ -21,7 +20,7 @@ jobs:
# Define the release stage that runs semantic-release
- stage: release
if: (NOT type IN (pull_request)) AND (branch = master)
node_js: lts/*
node_js: '8'
# overwrite default `script` step to skip the tests
script: echo "Deploying to npm ..."
deploy:
Expand Down

0 comments on commit f200152

Please sign in to comment.