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

Commit

Permalink
Merge branch 'release/0.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
GezimSejdiu committed Dec 12, 2018
2 parents 1881642 + 96cdf8a commit 7c1e997
Show file tree
Hide file tree
Showing 113 changed files with 4,846 additions and 4,383 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -19,4 +19,6 @@ project/plugins/project/

# IntelliJ IDEA specific
/.idea
sansa-ml-parent_2.11.iml
*.iml

scalastyle-output.xml
9 changes: 7 additions & 2 deletions .travis.yml
@@ -1,5 +1,10 @@
language: java
language: scala
sudo: false
cache:
directories:
- $HOME/.m2
- $HOME/.m2
scala:
- 2.11.11
script:
- mvn scalastyle:check
- mvn test

0 comments on commit 7c1e997

Please sign in to comment.