Skip to content

Commit

Permalink
making travis work with the current code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuadros committed Jul 15, 2015
1 parent 85980de commit a6e53ed
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
language: go
language: go
go:
- 1.2
- 1.3
- 1.4
- tip

script:
- go test -v ./...

sudo: false

0 comments on commit a6e53ed

Please sign in to comment.