From 87d948d750c4e9f6a034154f3b67723c5e4f8321 Mon Sep 17 00:00:00 2001 From: Matt Porritt Date: Sun, 15 Apr 2018 18:09:53 +1000 Subject: [PATCH] WIP: travis conditional --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4c3d9fb..cd81ebb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,12 +22,10 @@ cache: - node_modules script: - - npm test # Invokes the "scripts"->"test" section of package.json which runs `grunt test` - - echo $azureapi; + - npm test - if [ $azureapi ]; then echo "Runnig Azure validation and build steps."; az; else echo "Skipping Azure validation and build."; fi - \ No newline at end of file