summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/throttled/throttled/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/throttled/throttled/.travis.yml')
-rw-r--r--vendor/github.com/throttled/throttled/.travis.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/vendor/github.com/throttled/throttled/.travis.yml b/vendor/github.com/throttled/throttled/.travis.yml
new file mode 100644
index 000000000..4f90ff6f0
--- /dev/null
+++ b/vendor/github.com/throttled/throttled/.travis.yml
@@ -0,0 +1,23 @@
+sudo: false
+
+language: go
+
+go:
+ - 1.7
+ - 1.8
+ - 1.9
+ - "1.10"
+ # 1.x builds the latest in that series. Also try to add other versions here
+ # as they come up so that we're pretty sure that we're maintaining
+ # backwards compatibility.
+ - 1.x
+
+notifications:
+ email: false
+
+services:
+ - redis-server
+
+install: make get-deps
+
+script: make