Skip to content

Commit 20b0c0d

Browse files
author
Markus Günther
committed
Build: Remove scope command and use yarn in travis.yml
1 parent ca39495 commit 20b0c0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ before_install:
1515
- export PATH="$HOME/.yarn/bin:$PATH"
1616
- yarn global add babel-cli
1717
after_success:
18-
- npm config set scope friendsofreactjs
19-
- npm run travis-deploy-once "npm run semantic-release"
18+
- yarn travis-deploy-once "yarn semantic-release"
2019
branches:
2120
except:
2221
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)