Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request goraft#139 from klobucar/test-version
Browse files Browse the repository at this point in the history
Test more versions of go
  • Loading branch information
benbjohnson committed Dec 7, 2013
2 parents aecf7cf + 0543d54 commit 3892138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: go

go:
- 1.1
- 1.1.2
- 1.2

install:
- make dependencies
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
go get -d .

test:
go test -i ./...
go test -v ./...

.PHONY: coverage dependencies test

0 comments on commit 3892138

Please sign in to comment.