forked from osrg/goplane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
43 lines (39 loc) · 859 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
language: go
install:
- sh -c '[ -d $GOPATH/bin ] || mkdir $GOPATH/bin'
- curl https://glide.sh/get | sh
- cd $GOPATH/src/github.com/osrg/goplane && glide install
script:
- cd $GOPATH/src/github.com/osrg/goplane && go test $(glide novendor)
matrix:
allow_failures:
- go: tip
include:
- go: 1.5
env:
- GO15VENDOREXPERIMENT=1
- go: 1.6
- go: 1.7
- go: tip
- go: 1.7
sudo: required
env:
- TEST=test/netlink/evpn_vxlan_test.py
services:
- docker
script: test/travis_script.sh
- go: 1.7
sudo: required
env:
- TEST=test/netlink/multipath_test.py
services:
- docker
script: test/travis_script.sh
- go: 1.7
sudo: required
env:
- TEST=test/netlink/unnumbered_test.py
services:
- docker
script: test/travis_script.sh
go_import_path: github.com/osrg/goplane