mirror of
https://github.com/walles/moar.git
synced 2024-11-11 00:27:04 +03:00
17 lines
250 B
YAML
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
|