From 477ce49ddf8f201350f40fdb5ed80a65d155cc33 Mon Sep 17 00:00:00 2001 From: Leonel Quinteros Date: Wed, 12 Sep 2018 15:07:17 -0300 Subject: [PATCH] Update Travis configuration. --- .travis.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e32bd62..00a081f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ go: - "1.8" - "1.9" - "1.10" + - "1.11" - "tip" before_install: diff --git a/README.md b/README.md index e1daa95..65b5ada 100644 --- a/README.md +++ b/README.md @@ -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