update .gitignore
This commit is contained in:
21
node_modules/fclone/.travis.yml
generated
vendored
Normal file
21
node_modules/fclone/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
language: node_js
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "4"
|
||||
- "6"
|
||||
|
||||
install:
|
||||
- npm install
|
||||
- npm run build
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- node_js: 0.10
|
||||
|
||||
# container-base
|
||||
sudo: false
|
||||
Reference in New Issue
Block a user