Skip to content

Commit

Permalink
Merge 009bd6e into 9170151
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Oct 8, 2018
2 parents 9170151 + 009bd6e commit 74f7404
Show file tree
Hide file tree
Showing 19 changed files with 423 additions and 185 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ go build . && ./flottbot
DEBU[0000] Registering bot...
DEBU[0000] Bot 'flottbot' registered!
DEBU[0000] Searching for rules directory...
DEBU[0000] Fetching all YAML files...
DEBU[0000] Reading and parsing YAML files...
DEBU[0000] Fetching all rule files...
DEBU[0000] Reading and parsing rule files...
DEBU[0000] Successfully created rules
DEBU[0000] Registering flottbot to Slack...
DEBU[0000] Found channels!
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Temporary Items
debug
flottbot
!flottbot/
config/

### Git ###
vendor
_vendor*
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ before_install:
- go get github.com/mattn/goveralls
- go get github.com/fzipp/gocyclo
- go get github.com/golang/dep/cmd/dep
install: true
before_script:
- echo $TRAVIS_COMMIT
- echo $TRAVIS_TAG
Expand Down
223 changes: 202 additions & 21 deletions Gopkg.lock

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

Loading

0 comments on commit 74f7404

Please sign in to comment.