Skip to content

Commit f2049dd

Browse files
committed
Merge pull request #2 from wavesoftware/feature/performance-tweaks
Feature: Performance tweaks & Tests
2 parents d259b11 + 9c743af commit f2049dd

File tree

10 files changed

+713
-163
lines changed

10 files changed

+713
-163
lines changed

.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
charset = utf-8
11+
indent_style = space
12+
indent_size = 4

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: java
22
sudo: false
3-
script: mvn clean install -Pci
3+
script: mvn clean install -P '!sonar,ci' --fail-at-end
44
notifications:
5-
email: false
5+
email:
6+
on_failure: true
67
jdk:
78
- openjdk6
89
- openjdk7

0 commit comments

Comments
 (0)