Merge pull request #10 from d-led/master

fixed travis-ci
diff --git a/.travis.yml b/.travis.yml
index 014b958..0609dbc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,5 @@
   - tip
 
 script:
-  - go test github.com/yosuke-furukawa/gojson5/encoding/json5
+  - go get ./...
+  - go test -v ./...
diff --git a/README.md b/README.md
index 840bd3d..6eebd05 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 json5 implemented by golang
 ================
 
+[![Build Status](https://travis-ci.org/yosuke-furukawa/json5.svg?branch=master)](https://travis-ci.org/yosuke-furukawa/json5)
+
 [JSON5](https://github.com/aseemk/json5) is Yet another JSON.
 
 # INSTALL