Fixed .travis.yml for 1.7.3 (#1030)

This commit is contained in:
xarkes 2018-12-26 13:45:41 +01:00 committed by GitHub
parent 63e0d0b779
commit e055457202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,9 +46,9 @@ install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then source scripts/prepare_python_linux.sh ; fi
before_script:
- echo "Using tag: '$TRAVIS_TAG'"
- echo "Using tag $TRAVIS_TAG"
- if [[ "$TRAVIS_TAG" == "" ]]; then export TAGNAME="nightly" && export NIGHTLY="-nightly" ; else export TAGNAME="$TRAVIS_TAG" && export NIGHTLY="" ; fi
- echo "TAGNAME: '$TAGNAME', NIGHTLY: '$NIGHTLY'"
- echo "TAGNAME $TAGNAME NIGHTLY $NIGHTLY"
- git submodule init ; git submodule update
- cd radare2
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then