Skip to content

Commit

Permalink
Improvements suggestions (#3)
Browse files Browse the repository at this point in the history
* add .gitignore

* Scala 2.11.8, type annotations

* reduce mutable field usage

* update README and Test1

* bumped jmsScala version
  • Loading branch information
ddworak authored and fancellu committed Nov 24, 2016
1 parent 47f6950 commit 7fd1eb0
Show file tree
Hide file tree
Showing 6 changed files with 679 additions and 635 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
target
.idea
out
lib_managed/
src_managed/
project/boot/
.history
.cache
*.class
*.log
.lib/
dist/*
project/plugins/project/
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: scala
scala:
- 2.11.7
- 2.10.3
language: scala
scala:
- 2.11.8
- 2.10.3
Loading

0 comments on commit 7fd1eb0

Please sign in to comment.