Skip to content

Commit

Permalink
Packager Update
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed May 10, 2020
1 parent 9caa4f4 commit 3c97a59
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: shell
os: linux
dist: focal

jobs:
include:
Expand All @@ -9,15 +10,20 @@ jobs:
apt:
packages:
- luarocks
install: luarocks install --local luacheck
before_install: sudo apt-get update
install:
- sudo apt-get install curl -y
- luarocks install --local luacheck
script: /home/travis/.luarocks/bin/luacheck . --no-color -q
- stage: Create Retail package
if: tag IS present
install: skip
before_install: sudo apt-get update
install: sudo apt-get install curl -y
script: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -m .pkgmeta
- stage: Create Classic package
if: tag IS present
install: skip
before_install: sudo apt-get update
install: sudo apt-get install curl -y
script: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -g 1.13.4

notifications:
Expand Down

0 comments on commit 3c97a59

Please sign in to comment.