Skip to content

Commit 477ce49

Browse files
Update Travis configuration.
1 parent f28243c commit 477ce49

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ go:
66
- "1.8"
77
- "1.9"
88
- "1.10"
9+
- "1.11"
910
- "tip"
1011

1112
before_install:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- Unit tests available.
2525
- Language codes are automatically simplified from the form `en_UK` to `en` if the first isn't available.
2626
- Ready to use inside Go templates.
27+
- Objects are serializable to []byte to store them in cache.
2728

2829

2930
# License

0 commit comments

Comments
 (0)