Fix .travis.yml

This commit is contained in:
xarkes 2017-10-23 11:23:52 +02:00
parent 37b73ed223
commit 4a4940ebbc

View File

@ -53,7 +53,6 @@ before_script:
- git submodule init ; git submodule update
- cd radare2
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
# PREFIX modification for AppImage
PREFIX=/tmp/.cutter_usr/
INSTALL_TARGET=install sys/install.sh;
else