Skip to content

Commit

Permalink
Testing Travis integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
xrash committed Dec 22, 2014
1 parent 896bfbb commit 4d2dbff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: go
go:
- 1.1
- 1.2
- 1.3
- release
- tip
script:
- cd tests && make
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY : test
test :
go test
go test -v

.PHONY : gdb
gdb :
Expand Down

0 comments on commit 4d2dbff

Please sign in to comment.