From a97f75d184c167c1ae22e0d8231c2e7afb72d256 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Mon, 16 Sep 2024 17:11:56 -0700 Subject: [PATCH] Travis build hacking --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd64ce97..6b39ae0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,10 +101,10 @@ script: before_deploy: # Comment out for Linux Xenial and Trusty -- yes | gem update --system --force -- gem install bundler -- gem install uri -- gem install logger +#- yes | gem update --system --force +#- gem install bundler +#- gem install uri +#- gem install logger - export TRAVIS_TAG="preview" - unset LD_LIBRARY_PATH @@ -116,10 +116,10 @@ deploy: file: gamadv-xtd3-$GAMVERSION-* skip_cleanup: true draft: true -# edge: true + edge: true # Linux Xenial and Trusty - edge: - branch: v2.0.3-beta.4 +# edge: +# branch: v2.0.3-beta.4 on: repo: taers232c/GAMADV-XTD3