Update Travis configuration.

This commit is contained in:
Leonel Quinteros
2018-09-12 15:07:17 -03:00
parent f28243c54b
commit 477ce49ddf
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ go:
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "tip"
before_install:

View File

@@ -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