From: Sebastian Harl Date: Sat, 20 Sep 2014 03:00:36 +0000 (-0700) Subject: Added a travis-ci.org project specification. X-Git-Url: https://git.tokkee.org/?p=sysdb%2Fgo.git;a=commitdiff_plain;h=5370bd05deaa195a853b8f47dcad74688493c102 Added a travis-ci.org project specification. Use Go 1.0, 1.1, 1.2, 1.3, and tip. --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2e8d40d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: go +go: + - 1.0 + - 1.1 + - 1.2 + - 1.3 + - tip