diff --git a/.travis.yml b/.travis.yml index a08afe2..e954223 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ language: go -go: 1.2 +go: + - 1.3 + - 1.2 install: - go get code.google.com/p/go.tools/cmd/cover script: - - ./test \ No newline at end of file + - ./test