Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
chore: change yarn logic
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Dec 11, 2017
1 parent 24a5237 commit 9385946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -56,10 +56,11 @@ jobs:
- rvm get stable
- rvm install 2.4
- gem install github_changelog_generator
- yarn global add vsce semantic-release@^8.2.0 semantic-release-visualstudio-marketplace-version
- yarn install
script:
- yarn build
- yarn global add vsce
- yarn install --no-lockfile semantic-release@^8.2.0 semantic-release-visualstudio-marketplace-version
- semantic-release pre
- github_changelog_generator --no-verbose -u buehler -p typescript-hero --enhancement-labels "enhancement,feature" --include-labels "bug,enhancement,feature" --future-release $(node -p "require('./package.json').version")
after_script:
Expand Down

0 comments on commit 9385946

Please sign in to comment.