From 466b43c48676b0edbac23658d5157419cdd13aa0 Mon Sep 17 00:00:00 2001 From: Alfredo Sanzo Date: Thu, 16 Jul 2020 05:38:36 -0300 Subject: [PATCH] adding manual surge install to travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f5dc2890..50e85354a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,10 +46,12 @@ before_deploy: # Prepare OSX to pack binaries, and Linux to publish webpage to S fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then echo "Detectando version $VERSION para compilar" ; fi -- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_wait 120 make empaquetar ; +- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_wait 120 make empaquetar ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ember build --environment=development ; fi +- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then npm install -g surge ; + fi deploy: - provider: releases # When there is a tag, pack the installers and upload to Github. skip_cleanup: true