Skip to content

Commit

Permalink
#54 Shall we add a travis build for this repo? (#56)
Browse files Browse the repository at this point in the history
Adding Travis CI support.
  • Loading branch information
cdwijayarathna authored and mefarazath committed Mar 3, 2017
1 parent 48270e2 commit 6692114
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
before_install:
- wget https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip
- unzip -qq apache-maven-3.3.9-bin.zip
- export M2_HOME=$PWD/apache-maven-3.3.9
- export PATH=$M2_HOME/bin:$PATH
language: java
jdk:
- oraclejdk8
install: /bin/true
script: mvn clean install

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import java.util.List;

/**
* Unit tests for SCIM Common Utils
* Unit tests for SCIM Common Utils.

This comment has been minimized.

Copy link
@omindu

omindu Mar 3, 2017

Member

😆

*/
public class SCIMCommonUtilsTests {

Expand Down

0 comments on commit 6692114

Please sign in to comment.