3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-02-11 12:00:47 +01:00
ergo/.travis.yml

23 lines
330 B
YAML
Raw Permalink Normal View History

2017-07-25 16:54:34 -04:00
language: go
2020-09-22 10:15:18 -04:00
dist: focal
2018-05-23 17:56:29 -04:00
go:
2021-02-17 15:11:54 -05:00
- "1.16.x"
2018-05-23 17:56:29 -04:00
branches:
only:
- master
- stable
2020-03-24 10:14:16 -04: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'
- sudo apt-get install python3-pytest
2020-03-24 10:14:16 -04:00
script:
2020-09-22 10:15:18 -04:00
- make install
- make test
2020-03-24 09:56:12 -04:00
- make smoke
2020-09-22 10:15:18 -04:00
- make irctest