Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
.travis.yml: Drop 'clean' from test script
Browse files Browse the repository at this point in the history
The 'clean' target has been included there since 1f34600 (Add travis
tests, 2016-05-27, #46).  But 'clean' has been a 'release'
prerequisite since 04848d1 (Add release build process, 2016-05-27,
#47), so the .travis.yml entry is redundant.
  • Loading branch information
wking committed Mar 29, 2018
1 parent fbcb680 commit e32afd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ go:
- 1.9.x
- 1.10.x
script:
- make clean release
- make release

0 comments on commit e32afd2

Please sign in to comment.