From 078282a23fe9c19738bc502da87b144ad83543a5 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Mon, 28 Mar 2016 18:30:40 -0700 Subject: [PATCH] Use the new 'kind travis' command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ccb8aa26..ae666d2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ node_js: script: - "npm update" - "node node_modules/kindscript/built/kind.js buildtarget" - - "node node_modules/kindscript/built/kind.js uploadtrg microbit-latest" + - "node node_modules/kindscript/built/kind.js travis" - "node node_modules/kindscript/built/kind.js uploaddoc" sudo: false notifications: