Skip to content

Commit

Permalink
Added travis.yml file to root
Browse files Browse the repository at this point in the history
  • Loading branch information
aminfa committed Dec 29, 2017
1 parent a7fbfd6 commit 3761a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
language: java
2 changes: 1 addition & 1 deletion src/test/java/de/upb/pasestub/DeployTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void deployTest_LinearRegression() throws Exception {

}

/**
/**
* Tests this peace of python code:
* >>> from sklearn import linear_model
* >>> reg = linear_model.Ridge (alpha = .5)
Expand Down

0 comments on commit 3761a71

Please sign in to comment.