Commit 9c7c2d57 authored by Max Lv's avatar Max Lv

fix travis-ci

parent 95b54f83
......@@ -8,5 +8,5 @@ before_install:
- cp local.properties.travis local.properties
script:
- ./build.sh
- ./build.sh > /dev/null
- sbt android:package-release
#!/bin/bash
echo "deb http://dl.bintray.com/sbt/debian /" | sudo tee -a
/etc/apt/sources.list.d/sbt.list
echo "deb http://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
sudo apt-get update
sudo apt-get install -y ccache sbt
export ARCH=`uname -m`
......
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