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: