Skip to content

Commit 7fd1eb0

Browse files
ddworakfancellu
authored andcommitted
Improvements suggestions (#3)
* add .gitignore * Scala 2.11.8, type annotations * reduce mutable field usage * update README and Test1 * bumped jmsScala version
1 parent 47f6950 commit 7fd1eb0

File tree

6 files changed

+679
-635
lines changed

6 files changed

+679
-635
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
target
2+
.idea
3+
out
4+
lib_managed/
5+
src_managed/
6+
project/boot/
7+
.history
8+
.cache
9+
*.class
10+
*.log
11+
.lib/
12+
dist/*
13+
project/plugins/project/

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
language: scala
2-
scala:
3-
- 2.11.7
4-
- 2.10.3
1+
language: scala
2+
scala:
3+
- 2.11.8
4+
- 2.10.3

0 commit comments

Comments
 (0)