Quantcast

Adjusted scripting to account for CurseForge tagging new addons as game version 8.0.x

KyrosKrane [05-22-18 - 14:39]
Adjusted scripting to account for CurseForge tagging new addons as game version 8.0.x
Filename
.travis.yml
diff --git a/.travis.yml b/.travis.yml
index 7406c90..a1e8219 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,9 @@ addons:
     packages:
     - pandoc

-script: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash
-
+script: curl -sO https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh
+after_script: bash release.sh -g 7.3.5
+
 branches:
   only:
   - /^[vV]0?\d+\.\d+(\.\d+)?(-\S*)?$/