Skip to content

Commit

Permalink
Merge pull request #81 from simlu/dev
Browse files Browse the repository at this point in the history
fix: updated deps
  • Loading branch information
simlu authored Jul 26, 2018
2 parents fb9b3bf + 46b4bcb commit bf51e8a
Show file tree
Hide file tree
Showing 8 changed files with 1,423 additions and 1,960 deletions.
57 changes: 57 additions & 0 deletions .gally.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"defaultBranch": "master",
"contribBranch": "dev",
"repository": {
"url": "https://github.com/simlu/yaml-boost.git"
},
"branches": {
"dev": {
"upstream": "master",
"protection": "$full-dev",
"create": true
},
"master": {
"protection": "$full-master",
"create": true
},
"fix/*": {
"upstream": "dev"
},
"feat/*": {
"upstream": "dev"
},
"dependabot/*": {
"upstream": "dev"
}
},
"protection": {
"$full-dev": {
"@": "$full",
"enforce_admins": false
},
"$full-master": {
"@": "$full",
"required_status_checks": {
"strict": false
},
"enforce_admins": false
},
"$full": {
"required_status_checks": {
"strict": true,
"contexts": [
"continuous-integration/travis-ci/pr",
"continuous-integration/travis-ci/push",
"coverage/coveralls"
]
},
"enforce_admins": true,
"required_pull_request_reviews": {
"dismiss_stale_reviews": true,
"require_code_owner_reviews": true,
"required_approving_review_count": 1
},
"restrictions": null
}
}
}
6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/jsLinters/eslint.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,14 @@ notifications:
email: false
before_install:
- npm install -g npm
- npm install -g greenkeeper-lockfile@1
install:
- npm install
node_js:
- '9'
- 6.10.3
- '8'
- '6'
before_script: greenkeeper-lockfile-update
- '8.10'
script:
- npm test
after_script: greenkeeper-lockfile-upload
after_success:
- npm run coveralls
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![Build Status](https://img.shields.io/travis/simlu/yaml-boost/master.svg)](https://travis-ci.org/simlu/yaml-boost)
[![Test Coverage](https://img.shields.io/coveralls/simlu/yaml-boost/master.svg)](https://coveralls.io/github/simlu/yaml-boost?branch=master)
[![Greenkeeper Badge](https://badges.greenkeeper.io/simlu/yaml-boost.svg)](https://greenkeeper.io/)
[![Dependencies](https://david-dm.org/simlu/yaml-boost/status.svg)](https://david-dm.org/simlu/yaml-boost)
[![NPM](https://img.shields.io/npm/v/yaml-boost.svg)](https://www.npmjs.com/package/yaml-boost)
[![Downloads](https://img.shields.io/npm/dt/yaml-boost.svg)](https://www.npmjs.com/package/yaml-boost)
Expand Down
Loading

0 comments on commit bf51e8a

Please sign in to comment.