Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
travis: Update Go to 1.3, remove 1.1 from the build
  • Loading branch information
nabeken committed Jun 19, 2014
1 parent 08a7802 commit 297a43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,8 +1,8 @@
language: go

go:
- 1.1
- 1.2
- 1.3

before_script:
- FIXED=$(go fmt ./... | wc -l); if [ $FIXED -gt 0 ]; then echo "gofmt - $FIXED file(s) not formatted correctly, please run gofmt to fix this." && exit 1; fi
Expand Down

0 comments on commit 297a43b

Please sign in to comment.