Skip to content

Commit 8f2441f

Browse files
Merge pull request #6 from mutualmobile/travis-ci-integration
Travis CI integration
2 parents 923a44b + ceb0f93 commit 8f2441f

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: android
2+
android:
3+
components:
4+
- tools
5+
- build-tools-23.0.2
6+
- android-23
7+
- extra-android-m2repository
8+
script:
9+
- ./gradlew assemble

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CardStack
22
An iOS Healthbook-like highly customisable stack of cards implementation for Android.
33

4+
[![Build Status](https://travis-ci.org/mutualmobile/CardStackUI.svg?branch=master)](https://travis-ci.org/mutualmobile/CardStackUI)
5+
46
<table>
57
<tr>
68
<td><h4>Init Animation</h4></td>

cardstack/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ artifacts {
7474
archives sourcesJar
7575
}
7676

77+
/* Fails in CI, un-comment only to deploy new binaries to Bintray
7778
Properties properties = new Properties()
7879
properties.load(project.rootProject.file('local.properties').newDataInputStream())
7980
@@ -94,4 +95,5 @@ bintray {
9495
publicDownloadNumbers = true
9596
}
9697
}
97-
apply plugin: 'maven'
98+
apply plugin: 'maven'
99+
*/

0 commit comments

Comments
 (0)