Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AloqaIM-Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
AloqaIM-Android
Commits
f28e2234
Commit
f28e2234
authored
Nov 30, 2016
by
Yusuke Iwaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add travis.yml just for checking coding style
hoge
parent
b05f5458
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
.travis.yml
.travis.yml
+15
-0
README.md
README.md
+1
-1
No files found.
.travis.yml
0 → 100644
View file @
f28e2234
#.travis.yml
language
:
android
jdk
:
oraclejdk8
before_script
:
-
echo y | android update sdk --no-ui --all --filter tools,platform-tools
-
echo y | android update sdk --no-ui --all --filter android-25
-
echo y | android update sdk --no-ui --all --filter extra-android-m2repository,extra-android-support
-
echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-google-google_play_services
-
echo y | android update sdk --no-ui --all --filter build-tools-25.0.1
-
./gradlew dependencies
-
sed -i -e 's/minSdkVersion = 21/minSdkVersion = 17/g' dependencies.gradle
script
:
-
./gradlew checkstyle findbugs pmd
README.md
View file @
f28e2234
...
...
@@ -7,7 +7,7 @@ Contribution to [the issue with `v1.0-beta` without asignee](https://github.com/
---
[
![CircleCI
](
https://circleci.com/gh/RocketChat/Rocket.Chat.Android/tree/develop.svg?style=shield
)
](https://circleci.com/gh/RocketChat/Rocket.Chat.Android/tree/develop)
[
![CircleCI
](
https://circleci.com/gh/RocketChat/Rocket.Chat.Android/tree/develop.svg?style=shield
)
](https://circleci.com/gh/RocketChat/Rocket.Chat.Android/tree/develop)
[
![Build Status
](
https://travis-ci.org/RocketChat/Rocket.Chat.Android.svg?branch=develop
)
](https://travis-ci.org/RocketChat/Rocket.Chat.Android)
# Rocket.Chat.Android
Rocket.Chat Native Android Application.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment