Bug fixing added moving torrents after download, getting ready for alpha release

This commit is contained in:
2018-01-19 17:54:50 -05:00
parent 06e9317c9a
commit a310d64ce4
1290 changed files with 70172 additions and 46954 deletions

12
goTorrentWebUI/node_modules/react-dropzone/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,12 @@
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+$/