You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2020/03/04 16:22:45 UTC

[openwhisk-wskdebug] branch master updated: barebones travis test for now -- just run scancode (#4)

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

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git


The following commit(s) were added to refs/heads/master by this push:
     new 75bb927  barebones travis test for now -- just run scancode (#4)
75bb927 is described below

commit 75bb92751852f779076fe34349431f0311df00fc
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed Mar 4 11:22:35 2020 -0500

    barebones travis test for now -- just run scancode (#4)
---
 .travis.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3d8cc09..9bfe740 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,10 +26,13 @@ notifications:
   webhooks:
     urls:
       # travis2slack webhook to enable DMs on openwhisk-team.slack.com to PR authors with TravisCI results
-      # secure: FIXME -- TODO
+      # secure: FIXME: TODO
 
 before_install:
   - ./travis/scancode.sh
 
 before_script:
-  - ./travis/setup.sh
+  - echo "Placeholder setup script"
+
+script:
+  - echo "Placeholder testing script"