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/29 17:51:30 UTC

[incubator-marvin] branch bug/MARVIN-48 updated: Updating travis-ci for the revert of engine-server renaming

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

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


The following commit(s) were added to refs/heads/bug/MARVIN-48 by this push:
     new 3726382  Updating travis-ci for the revert of engine-server renaming
3726382 is described below

commit 3726382f6c5da263ce197c262193b9991a37d09d
Author: Lucas Bonatto Miguel <lu...@qume.io>
AuthorDate: Wed May 29 14:51:24 2019 -0300

    Updating travis-ci for the revert of engine-server renaming
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index bc57f0b..46e7922 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-server
+        - cd engine-executor
         - unset SBT_OPTS
       script: travis_retry sbt -batch ++$TRAVIS_SCALA_VERSION coverage test coverageReport
     # Python Toolbox