Skip to content

Commit

Permalink
Fixed .travis.yml for 1.7.3 (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
xarkes committed Dec 26, 2018
1 parent 63e0d0b commit e055457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e055457

Please sign in to comment.