Skip to content
Browse files

Move ci build script into the root directory

  • Loading branch information...
1 parent 3dd8c08 commit 1e1a5ffdc1c082fd73448951ccc3ab92b0898cbc @artem-zinnatullin artem-zinnatullin committed
Showing with 7 additions and 3 deletions.
  1. +2 −2 .travis.yml
  2. +5 −1 CONTRIBUTING.md
  3. 0 {ci → }/ci.sh
View
4 .travis.yml
@@ -13,11 +13,11 @@ android:
- extra-android-support
script:
- - sh ci/ci.sh
+ - sh ci.sh
notifications:
email: false
-
+
cache:
directories:
- $HOME/.m2
View
6 CONTRIBUTING.md
@@ -3,10 +3,14 @@ We will be happy to see your Pull Request!
Actually, we don't want to limit you, so just write clean & good code with tests and everything will be okay :smile:
+But, please first file an issue with feature request or bug report or contact us in existent one before contributing.
+
+Also: GitHub issues are for feature requests and bug reports only, please ask usages question on StackOverflow.
+
####Building project:
To build and test the project you need to execute:
```bash
# from root project directory
-sh ci/ci.sh
+sh ci.sh
```
View
0 ci/ci.sh → ci.sh
File renamed without changes.

0 comments on commit 1e1a5ff

Please sign in to comment.
Something went wrong with that request. Please try again.