Skip to content

Commit

Permalink
Merge 9c743af into d259b11
Browse files Browse the repository at this point in the history
  • Loading branch information
cardil committed Mar 26, 2016
2 parents d259b11 + 9c743af commit a9a0511
Show file tree
Hide file tree
Showing 10 changed files with 713 additions and 163 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: java
sudo: false
script: mvn clean install -Pci
script: mvn clean install -P '!sonar,ci' --fail-at-end
notifications:
email: false
email:
on_failure: true
jdk:
- openjdk6
- openjdk7
Expand Down

0 comments on commit a9a0511

Please sign in to comment.