missing dependency, go 1.3
diff --git a/.travis.yml b/.travis.yml
index 8933c9a..9cc01e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
 language: go
 go:
-  - 1.2
   - 1.3
 before_install:
   - go get github.com/sigu-399/gojsonreference
+  - go get github.com/sigu-399/gojsonpointer
   - go get github.com/stretchr/testify/assert