diff options
Diffstat (limited to 'vendor/github.com/dchest/siphash/.travis.yml')
-rw-r--r-- | vendor/github.com/dchest/siphash/.travis.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/dchest/siphash/.travis.yml b/vendor/github.com/dchest/siphash/.travis.yml new file mode 100644 index 0000000..707addd --- /dev/null +++ b/vendor/github.com/dchest/siphash/.travis.yml @@ -0,0 +1,10 @@ +language: go + +go: + - 1.4 + - 1.5 + - 1.7 + - 1.8 + - 1.9 + - 1.10 + - tip |