Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 32e0e685 authored by Eugene's avatar Eugene
Browse files

Add travis ci to project

parent a70724a5
Loading
Loading
Loading
Loading

.travis.yml

0 → 100644
+17 −0
Original line number Diff line number Diff line
language: android
jdk: oraclejdk8
os: linux
sudo: false

android:
  components:
    - tools
    - tools
    - platfom-tools
    - build-tools-25.0.2
    - android-25
    - extra-android-m2repository
  licenses:
    - 'android-sdk-license-+'

script: ./gradlew build --stacktrace
 No newline at end of file