We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 760ae9f + 1347baf commit 7833baaCopy full SHA for 7833baa
.travis.yml
@@ -26,9 +26,6 @@ install:
26
- yarn build
27
script:
28
- yarn lint .
29
- - yarn lint.test .
30
- - yarn coverage
31
- - greenkeeper-lockfile-upload
32
after_success:
33
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > /home/travis/.npmrc
34
- echo "@crave:registry=https://registry.npmjs.org/" >> /home/travis/.npmrc
@@ -37,8 +34,7 @@ after_success:
37
- git remote set-url origin https://${GH_TOKEN}@github.com/CraveFood/farmblocks.git || travis_terminate 1;
38
35
- |
39
36
if [ $BRANCH == "test-master-1" ]; then
40
- yarn build-storybook || travis_terminate 1;
41
- ./bin/github_get_release_id.sh;
+ source ./bin/github_get_release_id.sh;
42
./bin/github_publish_release.sh;
43
else
44
lerna publish --canary --yes || travis_terminate 1;
0 commit comments