1
1
mirror of https://github.com/walles/moar.git synced 2024-08-17 07:50:35 +03:00
moar/.travis.yml
2019-06-19 07:13:05 +02:00

17 lines
250 B
YAML

# This file inspired by:
# https://gist.github.com/y0ssar1an/df2dab474520c4086926f672c52db139
dist: xenial
language: go
go:
- 1.12.x
before_install:
# Needed for test suite to pass
- sudo apt-get install -y highlight
script:
- ./test.sh