.travis.yml 179 字节
Newer Older
D
Dan Lorenc 已提交
1 2 3 4 5 6 7 8
language: go

go:
  - 1.6
# We shouldn't need to install anything because we use vendoring.
install:
- echo "Don't run anything."

9
# Run unit tests and linters.
10
script: make test