mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-15 00:20:37 +03:00
Merge pull request #12 from brendanashworth/travis-ci
Adds Travis-CI testing.
This commit is contained in:
commit
eefd7bdb8d
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