From 4ab0c18fba2ae23e594980a0f79e6dacd44966d3 Mon Sep 17 00:00:00 2001 From: Richard Mahn Date: Mon, 26 Sep 2016 15:00:58 -0600 Subject: [PATCH] Update .travis.yml --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0743e13..37b8e2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,12 +18,11 @@ after_success: deploy: - provider: script skip_cleanup: true - script: ./apex deploy && ./register_module.sh https://test-api.door43.org/tx/module + script: ./apex deploy --env master && ./register_module.sh https://api.door43.org/tx/module on: - branch: develop + branch: master - provider: script skip_cleanup: true - script: ./apex deploy --env master && ./register_module.sh https://api.door43.org/tx/module + script: ./apex deploy && ./register_module.sh https://test-api.door43.org/tx/module on: - branch: master - + branch: develop