Skip to content

Commit

Permalink
Update Travis configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonelquinteros committed Sep 12, 2018
1 parent f28243c commit 477ce49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ go:
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "tip"

before_install:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- Unit tests available.
- Language codes are automatically simplified from the form `en_UK` to `en` if the first isn't available.
- Ready to use inside Go templates.
- Objects are serializable to []byte to store them in cache.


# License
Expand Down

0 comments on commit 477ce49

Please sign in to comment.