Don't run tests twice on Travis.

This commit is contained in:
Qi Xiao 2016-10-13 18:14:27 +08:00
parent 9ba96689cd
commit e8535c49a2

View File

@ -46,6 +46,6 @@ upload: get stub
-F token=$$UPLOAD_TOKEN -F file=@./elvish.tar.gz\
|| echo "not uploading"
travis: test goveralls upload
travis: goveralls upload
.PHONY: default get generate stub test goveralls upload travis