Skip to content

Commit

Permalink
Merge pull request #5 from appunite/travis
Browse files Browse the repository at this point in the history
Build on travis
  • Loading branch information
jacek-marchwicki committed Jan 3, 2017
2 parents 93ab255 + aae5d31 commit 890ed3c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .gitlab-ci.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
sudo: false
language: android
jdk:
- oraclejdk8

# https://github.com/travis-ci/travis-ci/issues/3695
env:
global:
MALLOC_ARENA_MAX=2

android:
components:
- tools
- platform-tools
- build-tools-23.0.2
- android-23
- extra-google-m2repository
- extra-android-m2repository
licenses:
- '.+'
script: ./gradlew build
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Video player

[![Build Status](https://travis-ci.org/appunite/video-player-android.svg?branch=master)](https://travis-ci.org/appunite/video-player-android)
[![Release](https://jitpack.io/v/appunite/video-player-android.svg)](https://jitpack.io/#appunite/video-player-android)

Easy to use video player

# How to integrate with your project
Expand Down

0 comments on commit 890ed3c

Please sign in to comment.