Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvanaar authored Aug 27, 2019
1 parent 1492d19 commit c77a2b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ addons:

install: luarocks install --local luacheck
before_script:
script: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash
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= bash -s -- -g 1.13.2

notifications:
email:
Expand Down

0 comments on commit c77a2b7

Please sign in to comment.