1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-28 13:48:56 +08:00

Create travis.yml

This commit is contained in:
Stephen Whitworth 2014-05-17 20:32:40 +01:00
parent f22c62f1ed
commit 085b8e2a30

6
travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: go
go:
- 1.1
- 1.2
- release
- tip