author | Alberto Bertogli
<albertito@blitiri.com.ar> 2015-10-18 11:01:59 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2015-10-18 15:19:03 UTC |
parent | 7c074e5c0b50d513ebbe94110ab191588149349a |
.travis.yml | +22 | -0 |
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..20d3b53 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,22 @@ +# Configuration for https://travis-ci.org/ + +language: go +go_import_path: blitiri.com.ar/go/kxd + +go: + - 1.4 + - 1.5 + - tip + +addons: + apt: + packages: + - python + - openssl + +# Nothing to do for install, the tests will build the binaries anyway. +install: true + +script: + - make test +