Skip to content

Commit

Permalink
travis-ci android setup echo full PATH (mavlink#4207)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar authored Nov 13, 2016
1 parent 77ef286 commit 89b7e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ install:
./android-ndk-r10e-linux-x86_64.bin > /dev/null &&
export ANDROID_NDK_ROOT=`pwd`/android-ndk-r10e &&
export ANDROID_SDK_ROOT=/usr/local/android-sdk &&
export PATH=/tmp/Qt/5.5/android_armv7/bin:`pwd`/android-ndk-r10e:$PATH
export PATH=/tmp/Qt/5.5/android_armv7/bin:`pwd`/android-ndk-r10e:$PATH && echo $PATH
;
fi

Expand Down

0 comments on commit 89b7e11

Please sign in to comment.