You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marvin.apache.org by lu...@apache.org on 2019/05/12 07:33:32 UTC

[incubator-marvin] branch feature/MARVIN-1 updated: Fixing travis

This is an automated email from the ASF dual-hosted git repository.

lucasbm88 pushed a commit to branch feature/MARVIN-1
in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git


The following commit(s) were added to refs/heads/feature/MARVIN-1 by this push:
     new 768b2d2  Fixing travis
768b2d2 is described below

commit 768b2d28cde52edf209b20c5677b7e0a5cfbcc5d
Author: Lucas Bonatto Miguel <lu...@qume.io>
AuthorDate: Sun May 12 00:33:27 2019 -0700

    Fixing travis
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 3628d48..a683025 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ matrix:
         - find $HOME/.ivy2 -name \"ivydata-*.properties\" -delete
         - find $HOME/.sbt -name \"*.lock\" -delete
       before_script:
-        - cd engine-executor
+        - cd engine-server
         - unset SBT_OPTS
       script: travis_retry sbt -batch ++$TRAVIS_SCALA_VERSION coverage test coverageReport
     # Python Toolbox