mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-12 15:17:16 +03:00
Adds Travis-CI testing
This commit adds Travis-CI testing, which allows free and easy continuous integration for pull requests and new commits. It also adds a `make deps` target in the Makefile for easily adding the dependencies. It can be enabled here: http://docs.travis-ci.com/user/getting-started/#Step-one%3A-Sign-in Just follow instructions 1-2, three is already done. Thanks.
This commit is contained in:
parent
857dcd0a14
commit
4227e0d8d4
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
||||
language: go
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
install:
|
||||
- make deps
|
||||
|
||||
default:
|
||||
- make test
|
||||
|
||||
go:
|
||||
- 1.3
|
||||
- 1.4
|
||||
- tip
|
Loading…
x
Reference in New Issue
Block a user