From 3761a7163fef9d2bb2371215947935c4ceba9a06 Mon Sep 17 00:00:00 2001 From: Amin F Date: Fri, 29 Dec 2017 15:02:01 +0100 Subject: [PATCH] Added travis.yml file to root --- .travis.yml | 1 + src/test/java/de/upb/pasestub/DeployTest.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f5c99a7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: java \ No newline at end of file diff --git a/src/test/java/de/upb/pasestub/DeployTest.java b/src/test/java/de/upb/pasestub/DeployTest.java index 181cc68..342c508 100644 --- a/src/test/java/de/upb/pasestub/DeployTest.java +++ b/src/test/java/de/upb/pasestub/DeployTest.java @@ -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)