Files
goTorrent/goTorrentWebUI/node_modules/react-dropzone/.travis.yml

13 lines
210 B
YAML

language: node_js
cache: yarn
notifications:
email: false
node_js:
- '8'
after_success:
- bash <(curl -s https://codecov.io/bash)
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/