Try to fix the "travis" target.

This commit is contained in:
Qi Xiao 2016-02-09 23:20:31 +01:00
parent ccb4ca16f9
commit 133fb465f9

View File

@ -19,7 +19,7 @@ generate:
go generate ./...
# The target to run on Travis-CI.
travis: test
travis: get test
go build -o elvish-$(TRAVIS_OS_NAME)
.PHONY: all get test cover generate travis