Update version requirements
diff --git a/.travis.yml b/.travis.yml
index 613baf7..b69be7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@
 install: 
     - go get github.com/stretchr/testify/assert
 go:
-  - 1.0
   - 1.1
   - 1.2
   - tip
diff --git a/README.md b/README.md
index 16ba011..a159547 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,8 @@
 the request will not reach the inner handlers.
 This is intentional behavior.
 
+Alice works with Go 1.0 and higher,
+but running tests requires at least Go 1.1.
 ### Contributing
 
 0. Find an issue that bugs you / open a new one.