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