ergo/.travis.yml

22 lines
290 B
YAML
Raw Normal View History

2017-07-25 22:54:34 +02:00
language: go
2020-09-22 16:15:18 +02:00
dist: focal
2018-05-23 23:56:29 +02:00
go:
2020-08-12 02:14:51 +02:00
- "1.15.x"
2018-05-23 23:56:29 +02:00
branches:
only:
- master
- stable
2020-03-24 15:14:16 +01:00
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:
2020-09-22 16:15:18 +02:00
- make install
- make test
2020-03-24 14:56:12 +01:00
- make smoke
2020-09-22 16:15:18 +02:00
- make irctest