Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
update AriaNg version and goreleaser version
  • Loading branch information
cxjava committed Feb 24, 2019
1 parent 9292607 commit d432132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go:

env:
global:
- GORELEASER_VERSION=0.93.2
- ARIANG_VERSION="1.0.0"
- GORELEASER_VERSION=0.101.0
- ARIANG_VERSION="1.0.1"
- UPXVER="3.94"
before_install:
- wget https://github.com/mayswind/AriaNg/releases/download/${ARIANG_VERSION}/AriaNg-${ARIANG_VERSION}.zip && unzip -q AriaNg-${ARIANG_VERSION}.zip -d AriaNg
Expand Down

0 comments on commit d432132

Please sign in to comment.