markusthoemmes commented on a change in pull request #4004: Enable running 
basic system tests without requiring whisk.properties
URL: 
https://github.com/apache/incubator-openwhisk/pull/4004#discussion_r218359527
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -68,11 +68,11 @@ jobs:
     - script:
         - ./tools/travis/runUnitTests.sh
         - ./tools/travis/checkAndUploadLogs.sh unit db
-      env: DESCRIPTION="Unit Tests"
+      name: "Unit Tests"
     - script:
        - ./tools/travis/runSystemTests.sh
        - ./tools/travis/checkAndUploadLogs.sh system
-      env: DESCRIPTION="System Tests"
+      name: "System Tests"
 
 Review comment:
   Neat!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to