From 3c97a59ceeb648fa7abd93dbc713c96c71b36e12 Mon Sep 17 00:00:00 2001 From: tbkizle Date: Sun, 10 May 2020 16:38:42 -0400 Subject: [PATCH] Packager Update --- .travis.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f0a3708..fb874e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: shell os: linux +dist: focal jobs: include: @@ -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: