Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 7c1e997

Browse files
committed
Merge branch 'release/0.5.0'
2 parents 1881642 + 96cdf8a commit 7c1e997

113 files changed

Lines changed: 4846 additions & 4383 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ project/plugins/project/
1919

2020
# IntelliJ IDEA specific
2121
/.idea
22-
sansa-ml-parent_2.11.iml
22+
*.iml
23+
24+
scalastyle-output.xml

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
language: java
1+
language: scala
22
sudo: false
33
cache:
44
directories:
5-
- $HOME/.m2
5+
- $HOME/.m2
6+
scala:
7+
- 2.11.11
8+
script:
9+
- mvn scalastyle:check
10+
- mvn test

0 commit comments

Comments
 (0)