summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/throttled/throttled/.travis.yml
blob: 4f90ff6f09c8b1e59d84b93c22e4ef5ba94cbb74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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