]> git.lizzy.rs Git - micro.git/blob - .travis.yml
Merge branch 'master' of https://github.com/Paalon/micro into Paalon-master
[micro.git] / .travis.yml
1 language: go
2 go:
3     - "1.11.x"
4 os:
5     - linux
6     - osx
7 script:
8     - env GO111MODULE=on make build
9     - env GO111MODULE=on make test