3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00
ergo/.travis.yml
2020-03-24 10:14:16 -04:00

14 lines
213 B
YAML

language: go
go:
- "1.14.x"
before_install:
# https://github.com/travis-ci/travis-ci/issues/8361
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
script:
- make
- make test
- make smoke