Skip to content

Commit

Permalink
Added support for 2020 leagues
Browse files Browse the repository at this point in the history
  • Loading branch information
Forestmb committed Sep 13, 2020
1 parent 053f967 commit 7a1f1da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- "1.12.9"
- "1.15.2"
before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
Expand Down
1 change: 1 addition & 0 deletions fantasy.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ var ErrAccessDenied = errors.New(
// fantasy football game for that year.
var YearKeys = map[string]string{
"nfl": NflGameKey,
"2020": "399",
"2019": "390",
"2018": "380",
"2017": "371",
Expand Down

0 comments on commit 7a1f1da

Please sign in to comment.