Add Go 1.0 back to test matrix
The removal of `assert.Testify` dependency allows this
diff --git a/.travis.yml b/.travis.yml
index f56caed..3a59818 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@
matrix:
include:
+ - go: 1.0
- go: 1.1
- go: 1.2
- go: 1.3
diff --git a/README.md b/README.md
index 7bea868..e4f9157 100644
--- a/README.md
+++ b/README.md
@@ -88,8 +88,7 @@
it has no saying in whether middleware will execute the inner handlers.
This is intentional behavior.
-Alice works with Go 1.0 and higher,
-but running tests requires at least Go 1.1.
+Alice works with Go 1.0 and higher.
### Contributing