Skip to content

Commit

Permalink
adding manual surge install to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
asanzo committed Jul 16, 2020
1 parent 7099cd6 commit 466b43c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 466b43c

Please sign in to comment.