Skip to content

Commit

Permalink
[Enhancement]Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyx committed Oct 21, 2019
1 parent fecdeba commit af76983
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ install:
- go mod vendor
stages:
- Test
- Build
- Github Release
script:
- chmod u+x coverage.sh
- "./coverage.sh --coveralls"
jobs:
include:
- stage: Build
- stage: Test
if: tag IS blank
go: 1.12
script:
- echo "Test apps ..."
- chmod u+x coverage.sh
- "./coverage.sh --coveralls"
- echo "Build apps ..."
- go build -o "$Project"
- stage: Github Release
Expand Down

0 comments on commit af76983

Please sign in to comment.