Completely updated React, fixed #11, (hopefully)
This commit is contained in:
17
goTorrentWebUI/node_modules/attr-accept/.travis.yml
generated
vendored
17
goTorrentWebUI/node_modules/attr-accept/.travis.yml
generated
vendored
@@ -1,4 +1,3 @@
|
||||
sudo: false
|
||||
language: node_js
|
||||
cache:
|
||||
directories:
|
||||
@@ -6,23 +5,13 @@ cache:
|
||||
notifications:
|
||||
email: false
|
||||
node_js:
|
||||
- 'stable'
|
||||
- '8'
|
||||
- '6'
|
||||
- '4'
|
||||
- iojs-v3
|
||||
- iojs-v2
|
||||
- iojs-v1
|
||||
- '0.12'
|
||||
before_install:
|
||||
- npm i -g npm@^2.0.0
|
||||
before_script:
|
||||
- npm prune
|
||||
- npm i -g npm@^5.0.0
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
|
||||
- python travis_after_all.py
|
||||
- export $(cat .to_export_back) &> /dev/null
|
||||
- npm run semantic-release
|
||||
- travis-deploy-once "npm install -g semantic-release@13 && semantic-release"
|
||||
branches:
|
||||
except:
|
||||
- /^v\d+\.\d+\.\d+$/
|
||||
|
Reference in New Issue
Block a user