Commit d648910a authored by Max Lv's avatar Max Lv

fix travis

parent 1e2f8c3b
language: scala language: scala
cache: cache:
- apt - apt
- directories:
- android-sdk-linux
- android-ndk-r10d
scala: scala:
- 2.10.4 - 2.10.4
before_install: before_install:
...@@ -12,8 +9,8 @@ install: ...@@ -12,8 +9,8 @@ install:
- sudo apt-get install -y libc6-dev-i386 lib32ncurses5-dev libx11-dev g++-multilib lib32z1-dev ccache - sudo apt-get install -y libc6-dev-i386 lib32ncurses5-dev libx11-dev g++-multilib lib32z1-dev ccache
- export NDK_CCACHE=ccache - export NDK_CCACHE=ccache
- export ARCH=`uname -m` - export ARCH=`uname -m`
- wget http://dl.google.com/android/android-sdk_r23.0.2-linux.tgz - wget http://dl.google.com/android/android-sdk_r24.0.2-linux.tgz
- tar xf android-sdk_r23.0.2-linux.tgz - tar xf android-sdk_r24.0.2-linux.tgz
- wget http://dl.google.com/android/ndk/android-ndk-r10d-linux-${ARCH}.bin - wget http://dl.google.com/android/ndk/android-ndk-r10d-linux-${ARCH}.bin
- chmod +x android-ndk-r10d-linux-${ARCH}.bin - chmod +x android-ndk-r10d-linux-${ARCH}.bin
- ./android-ndk-r10d-linux-${ARCH}.bin -y | grep gcc - ./android-ndk-r10d-linux-${ARCH}.bin -y | grep gcc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment