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

jamesthomas pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new ab224ab  Update Travis file to build & push Node.js v12 image to 
Docker Hub. (#128)
ab224ab is described below

commit ab224ab572839de626f8dfc9bb90ea2a4938aac4
Author: James Thomas <[email protected]>
AuthorDate: Tue May 7 14:52:32 2019 +0100

    Update Travis file to build & push Node.js v12 image to Docker Hub. (#128)
    
    * Update Travis file to build & push Node.js v12 image to Docker Hub.
    
    Related to #126
    
    * Fixing string formatting causing travis parsing error!
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 17ed9c1..e62ba20 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ deploy:
       all_branches: true
       repo: apache/incubator-openwhisk-runtime-nodejs
   - provider: script
-    script: "./tools/travis/publish.sh openwhisk 6 latest && 
./tools/travis/publish.sh openwhisk 8 latest && ./tools/travis/publish.sh 
openwhisk 10 latest"
+    script: "./tools/travis/publish.sh openwhisk 6 latest && 
./tools/travis/publish.sh openwhisk 8 latest && ./tools/travis/publish.sh 
openwhisk 10 latest && ./tools/travis/publish.sh openwhisk 12 latest"
     on:
       branch: master
       repo: apache/incubator-openwhisk-runtime-nodejs

Reply via email to