Browse Source

Remove TravisCI settings not needed with Node.js 8

pull/1111/head
Julian Simioni 7 years ago
parent
commit
f437600ca0
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 8
      .travis.yml

8
.travis.yml

@ -7,17 +7,13 @@ node_js:
- 8 - 8
matrix: matrix:
fast_finish: true fast_finish: true
env:
global:
- BUILD_LEADER_ID=2
script: npm run travis script: npm run travis
before_install: before_install:
- npm i -g npm@^3.0.0 - npm i -g npm
before_script: before_script:
- npm prune - npm prune
after_success: after_success:
- npm install -g npx - npm run semantic-release
- npx -p node@8 npm run semantic-release
branches: branches:
except: except:
- /^v\d+\.\d+\.\d+$/ - /^v\d+\.\d+\.\d+$/

Loading…
Cancel
Save