Skip to content

Commit

Permalink
Fixing minor issue with new travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanth committed Sep 16, 2015
1 parent 2240d8b commit 2fe8c1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ before_install:
# Install base Android SDK
#- sudo apt-get update -qq
#- sudo apt-get install -qq libstdc++6:i386 lib32z1 build-essential autoconf automake libtool expect
- wget http://dl.google.com/android/ndk/android-ndk-r9-linux-x86_64.tar.bz2 /tmp/ndk.tar.bz2
- tar -jxf /tmp/ndk.tar.bz2
- export NDK_PROJECT_PATH=
- curl -L http://dl.google.com/android/ndk/android-ndk-r9-linux-x86_64.tar.bz2 > ndk.tar.bz2
- tar -C /tmp -jxf ndk.tar.bz2
- export NDK_PROJECT_PATH=$PWD
install:
# Ensure Gradle wrapper is executable, download wrapper and show version
- chmod +x ./gradlew; ls -l gradlew; ./gradlew wrapper -v
Expand Down

0 comments on commit 2fe8c1d

Please sign in to comment.