1
1
mirror of https://github.com/walles/moar.git synced 2024-09-11 12:15:43 +03:00
moar/.travis.yml
Johan Walles 114e9c8aa5 We're using Go 1.13 features
Change-Id: I6675fbfeea9700ff7c6fa88a1dd3befeddb7bc53
2019-11-19 17:37:57 +01:00

17 lines
250 B
YAML

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