Skip to content

Commit

Permalink
just test travis
Browse files Browse the repository at this point in the history
  • Loading branch information
moshelitvin-MS committed Oct 19, 2020
1 parent 39c5645 commit 51cb135
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ go:
- "1.13.x"
- "1.14.x"
before_script:
- find /lib/modules/5.3.0-1029-gcp
# make sure we keep path in tact when we sudo
- sudo sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers
# modprobe ip_gre or else the first gre device can't be deleted
- sudo modprobe ip_gre
# modprobe nf_conntrack for the conntrack testing
- sudo modprobe nf_conntrack
- sudo modprobe nf_conntrack_netlink
- sudo modprobe nf_conntrack_ipv4
- sudo modprobe nf_conntrack_ipv6
- sudo modprobe nf_conntrack_ipv4 || true
- sudo modprobe nf_conntrack_ipv6 || true
- sudo modprobe sch_hfsc
install:
- go get -v -t ./...
Expand Down

0 comments on commit 51cb135

Please sign in to comment.