Skip to content

Commit

Permalink
chore: experiment with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
renard314 committed Aug 7, 2017
1 parent 75793ec commit 1cb6290
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ android:
- echo "sdk.dir=$ANDROID_HOME" > local.properties
- echo "ndk.dir=$ANDROID_NDK_HOME" >> local.properties
- echo $ANDROID_NDK_HOME
script:
install:
- cd tess-two/tess-two
- $ANDROID_NDK_HOME/ndk-build
- cd ../../
- ./gradlew tasks

after_failure: "cat $TRAVIS_BUILD_DIR/app/build/outputs/lint-results-debug.xml"

0 comments on commit 1cb6290

Please sign in to comment.