Skip to content

Commit

Permalink
ci: Remove &prep variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Aug 9, 2018
1 parent 032a94c commit e7b4155
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 @@ -11,7 +11,7 @@ env:

before_install:
- npm i -g greenkeeper-lockfile
- &prep if [[ $GH_TOKEN ]]; then ./prepare-gpg-key.sh; fi;
- if [[ $GH_TOKEN ]]; then ./prepare-gpg-key.sh; fi;
- greenkeeper-lockfile-update

install: npm install
Expand All @@ -35,7 +35,7 @@ jobs:
- on: branch=master
stage: Release
node_js: stable
before_install: *prep
before_install: if [[ $GH_TOKEN ]]; then ./prepare-gpg-key.sh; fi;
before_script: npm run build
script: semantic-release
after_script: []
Expand Down

0 comments on commit e7b4155

Please sign in to comment.