You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We no longer use the “smoke” branch, nor do we push to master in order to deploy to S3. So remove these from the Travis config so it’s clearer what we actually use.
- if [ "$TRAVIS_EVENT_TYPE" == "pull_request" ] && [ "$TRAVIS_BRANCH" == "master" ]; then npm run test:smoke; fi
30
28
after_script: greenkeeper-lockfile-upload
31
29
before_deploy:
32
30
- >
@@ -44,7 +42,6 @@ deploy:
44
42
branch:
45
43
- master
46
44
- develop
47
-
- smoke
48
45
- hotfix/*
49
46
condition: $TRAVIS_EVENT_TYPE != cron
50
47
skip_cleanup: true
@@ -56,22 +53,9 @@ deploy:
56
53
branch:
57
54
- master
58
55
- develop
59
-
- smoke
60
56
condition: $TRAVIS_EVENT_TYPE != cron
61
57
skip_cleanup: true
62
58
script: if npm info scratch-gui | grep -q $RELEASE_VERSION; then git tag $RELEASE_VERSION && git push https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git $RELEASE_VERSION; fi
0 commit comments