1
1
mirror of https://github.com/walles/moar.git synced 2024-09-21 09:01:30 +03:00
moar/.travis.yml

17 lines
250 B
YAML
Raw Normal View History

2019-06-15 10:12:06 +03:00
# This file inspired by:
# https://gist.github.com/y0ssar1an/df2dab474520c4086926f672c52db139
dist: xenial
language: go
go:
- 1.12.x
2019-06-19 08:13:05 +03:00
before_install:
# Needed for test suite to pass
- sudo apt-get install -y highlight
2019-06-15 10:12:06 +03:00
script:
- ./test.sh