Skip to content

Commit f6b8617

Browse files
Merge pull request #19 from KartikShankhavaram/master
Fixed travis
2 parents 58bbba8 + fbc87db commit f6b8617

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
notifications:
2-
webhooks:
3-
urls:
4-
- https://webhooks.gitter.im/e/1e6ea277770f5229049b
5-
on_success: change # options: [always|never|change] default: always
6-
on_failure: always # options: [always|never|change] default: always
7-
on_start: never # options: [always|never|change] default: always
1+
language: node_js

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Android-Development-Resources",
3+
"version": "1.0.0",
4+
"description": "A collection of resources for Android Development",
5+
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/Cybros/Android-Development-Resources.git"
9+
},
10+
"keywords": [],
11+
"author": "",
12+
"license": "ISC",
13+
"bugs": {
14+
"url": "https://github.com/Cybros/Android-Development-Resources/issues"
15+
},
16+
"homepage": "https://github.com/Cybros/Android-Development-Resources#readme"
17+
}

0 commit comments

Comments
 (0)