Skip to content

Commit

Permalink
Update packager script now that it supports 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Dec 12, 2019
1 parent 2b074a1 commit 541f7a1
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 @@ -7,9 +7,9 @@ addons:

install: luarocks install --local luacheck
before_script:
script:
script:
- curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash
- curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | WOWI_API_TOKEN= GITHUB_OAUTH= bash -s -- -g 1.13.2 -m .pkgmeta-classic
- curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | WOWI_API_TOKEN= GITHUB_OAUTH= bash -s -- -g 1.13.3 -m .pkgmeta-classic

notifications:
email:
Expand Down

0 comments on commit 541f7a1

Please sign in to comment.