Skip to content

Commit

Permalink
feat(pencil): greenkeeper-lockfile additions for CI, cc ping setting (#…
Browse files Browse the repository at this point in the history
…203)

* fixes for versions, greenkeeper-lockfile additions for CI

* feat(pencil): custom commands ping setting

* list cc's command, fix some bad call logic

* figuring out why the db doesn't like unicode

* decode in list

* keep using strippedContent

* delete ccs when resetting guild

* don't compare boolean to string for direct equality in command context

* style cleanups

* uniform toggle usage embed/message

* small settings restructure

* trailing spaces
  • Loading branch information
TobiTenno committed May 1, 2018
1 parent 172fa9c commit 8a94ecf
Show file tree
Hide file tree
Showing 17 changed files with 949 additions and 844 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@ language: node_js
node_js:
- "node"
- "lts/*"

before_install:
- npm install -g npm
- npm install -g greenkeeper-lockfile@1

before_script:
- export AUTHOR_NAME="$(git log -1 $TRAVIS_COMMIT --pretty="%aN")"
- greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload

after_success:
- chmod +x success.sh
- ./success.sh
Expand Down

0 comments on commit 8a94ecf

Please sign in to comment.