summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/dgrijalva/jwt-go/.travis.yml
blob: 1027f56cd94db30d0990d8a5ff935fa28d588827 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: go

script:
    - go vet ./...
    - go test -v ./...

go:
  - 1.3
  - 1.4
  - 1.5
  - 1.6
  - 1.7
  - tip