Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Cardshifter/Cardshifter into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Sep 8, 2014
2 parents beba9bc + d0df16a commit f13af17
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
language: java

jdk:
- oraclejdk8

notifications:
webhooks:
urls:
- secure: "SPXpxdUqqEMqGJK1WbNOo4RxS9Sx2CKvmIUaadwFsSg34qR0KSOhXMnWEo6s+uFLv8OB+Q/nYtWvD9Xg6n+QfgkgmyOLiYsN8cGTG4B8KFKn3Kbl6mfG8IzRP+nQYzXCqcuQ6gf+eurAX3LIvYWF+D2qcHedbZHQfVZ12ai2dTU="
on_success: always
on_failure: always
on_start: false
22 changes: 22 additions & 0 deletions README.md
Expand Up @@ -2,3 +2,25 @@ Cardshifter
===========

Cardshifter Game

Developer guidelines
--------------------

In order to ease development on this project, we ask you to follow the following guidelines:
- If a ```.travis.yml``` file is present in your branch, then the Travis CI build system will attempt to build your branch and run tests on it and accordingly notify you of success or failure.
- Please respect the coding standards of other people in their own submodules.
- Open issues early and often, especially if you do not have time for the project for a few days, then other people can pick up the issue and attempt to implement it.
- Commit early and often, you are hopefully doing this locally already, but please also share your updates remotely as fast as possible, in this way others will know what you are working on and what the status is.

Coding style
------------

We would like everyone to follow the following guidelines:
- Use the most common coding standard for the language you are coding in.
- Use tabs for indentation in Java.
- Use two blanks for indentation in Lua.

Platform
--------

Currently we plan to support version Java 8u20 and above.

0 comments on commit f13af17

Please sign in to comment.