Skip to content

Commit

Permalink
Fix the script calls for travis deploy stage
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkonrad committed Sep 8, 2017
1 parent 8297e84 commit 1091427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
include:
stage: deploy
before_install: if [ -n "$TRAVIS_TAG" ]; then mkdir -p $HOME/.bin; export PATH=$PATH:$HOME/.bin; ./.travis/before_install.sh; fi
install: if [ -n "$TRAVIS_TAG" ]; then . .travis/install.sh; fi
before_script: if [ -n "$TRAVIS_TAG" ]; then . .travis/before_script; fi
install: if [ -n "$TRAVIS_TAG" ]; then ./.travis/install.sh; fi
before_script: if [ -n "$TRAVIS_TAG" ]; then ./.travis/before_script.sh; fi
script: if [ -n "$TRAVIS_TAG" ]; then RAIDENVERSION=$TRAVIS_TAG make bundle; fi
env: TEST_TYPE=""
deploy:
Expand Down

0 comments on commit 1091427

Please sign in to comment.