diff --git a/.travis.yml b/.travis.yml index 711e0b3..e7076b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,5 @@ go: - 1.10.x script: - - make check_license style unused test + - make check_license style unused test-short - if [[ ! $TRAVIS_GO_VERSION =~ ^1\.(7|8)\.[x0-9]+$ ]]; then make staticcheck; fi diff --git a/Makefile b/Makefile index a050809..14d1857 100644 --- a/Makefile +++ b/Makefile @@ -20,3 +20,6 @@ get_dep: .PHONY: test test: get_dep common-test + +.PHONY: test-short +test-short: get_dep common-test-short