Skip to content

Commit

Permalink
travis added with sputnik, appcompat extended
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-ritik committed Aug 15, 2018
1 parent dc90358 commit d25c631
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 3 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
language: android
jdk: oraclejdk8
sudo: required

android:
components:
- tools
- platform-tools
- tools
- build-tools-27.0.3
- android-27
- extra-google-m2repository
- extra-android-m2repository

script:
- ./gradlew build
- ./gradlew test

before_install:
- chmod +x gradlew

after_success:
- python <(curl -s https://raw.githubusercontent.com/TouK/sputnik-ci/master/sputnik-ci.py)

env:
global:
- secure: PIbHGVr+Bv0HbK6qOE6C0FrVqcsm/Q6kzFCOa4y9ixT8+2i82DDP4kyyy2ymKevmps+7+SCeJiW8KQkZa7gztSG0h1BoHJo0C6f0xiMYG4kY/7Gq4ZX3mehOVFUymxqhVED/NMK4a7JJxqcSH7JIkBLkuEaueqxc3CmHjI7LCqTr9yMdu/8ulhOeEL/Drg0zsNK9424K6BtxnTh6nNmbNfRnvxCgFc3mLuZ4J6/YN7lBagNiBhpr3XsXdvUC/W89UCcQCIkl/xBKPTxoUGxD6YG+IhapEJrQvqsFkvwFcsUUa9iL7+23QDlK7VGXeKZxwcMYWjRSVai3np94cHZwqivL1okoMFnIjqcAAzX5NOgd0VvM1dUqIwkXQDhp9IPGqDe/H1BiuRb8rmbJyRsxx5YjwksuPugDcG/B24qhyz4NM+gupMx0UE1DXS20xtE1kItEMzCyOJGXDwD9VR13ED0kYkcZoovPFdGFUOpAyAE9UYe1wDpDbmxF8o24tM5ICTcaATpiowWvBmS3i2qsEg8akpxmOqwWK//aOg2aNRiiX5we1H8QK8QNT0MoRf7B9bh59BHL6aOJ/jCeiYXb1jjWGQCGO9Vh3lzJWw2V9f2CvnUaZfeJOCzLgVPqtrI9E1LoPLiVT0Izx9DZ+aINrBxhNfndz5UZ4VQPHF8DDe4=
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
<img src="https://api.bintray.com/packages/dev-ritik/EmojiReactionView/EmojiReactionView/images/download.svg"
alt="Download" />
</a>
<a href="https://sputnik.ci/app#/builds/dev-ritik/EmojiReactionView">
<img src="https://sputnik.ci/conf/badge"
alt="Sputnik" />
</a>
<a href="https://travis-ci.com/dev-ritik/EmojiReactionView">
<img src="https://travis-ci.com/dev-ritik/EmojiReactionView.svg?branch=master"
alt="Build Status" />
</a>
</div><br>

<img src="/sample/coverImage.png" align="centre">
Expand Down
4 changes: 2 additions & 2 deletions emojireactionlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ dependencies {
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}

apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
//apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
//apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* This class does all the background work related to displaying emoji on the canvas
*/

public class EmojiReactionView extends ImageView {
public class EmojiReactionView extends android.support.v7.widget.AppCompatImageView {

/// General variables

Expand Down

0 comments on commit d25c631

Please sign in to comment.