Skip to content

Commit 7833baa

Browse files
authored
Merge pull request #407 from CraveFood/github-releases-test-1
WIP(github-releases): tHIS IS A TEST COMMIT
2 parents 760ae9f + 1347baf commit 7833baa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ install:
2626
- yarn build
2727
script:
2828
- yarn lint .
29-
- yarn lint.test .
30-
- yarn coverage
31-
- greenkeeper-lockfile-upload
3229
after_success:
3330
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > /home/travis/.npmrc
3431
- echo "@crave:registry=https://registry.npmjs.org/" >> /home/travis/.npmrc
@@ -37,8 +34,7 @@ after_success:
3734
- git remote set-url origin https://${GH_TOKEN}@github.com/CraveFood/farmblocks.git || travis_terminate 1;
3835
- |
3936
if [ $BRANCH == "test-master-1" ]; then
40-
yarn build-storybook || travis_terminate 1;
41-
./bin/github_get_release_id.sh;
37+
source ./bin/github_get_release_id.sh;
4238
./bin/github_publish_release.sh;
4339
else
4440
lerna publish --canary --yes || travis_terminate 1;

0 commit comments

Comments
 (0)