Skip to content

Commit 53d29a5

Browse files
committedMar 30, 2019
Bootstap version 2.0
1 parent 5a5ccee commit 53d29a5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+3340
-2419
lines changed
 

‎.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
uploads
2-
*.swp
3-
.DS_Store
4-
.vscode

‎.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ go:
66
- 1.6
77
- 1.7
88
- 1.8
9+
- 1.9
10+
- 1.10
11+
- 1.11
12+
- 1.12
913
- tip
1014

11-
install:
12-
- go get github.com/yanzay/log
13-
- go get github.com/go-telegram-bot-api/telegram-bot-api
14-
1515
script:
1616
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
1717

1818
after_success:
19-
- bash <(curl -s https://codecov.io/bash)
19+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)
Please sign in to comment.