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
- '[[ $(node -v) =~ ^v9.*$ ]] || npm install -g npm@latest'# skipped when using node 9
22
-
- npm install -g greenkeeper-lockfile
23
18
install:
24
19
- npm --production=false install
25
-
- npm --production=false update
26
-
before_script: greenkeeper-lockfile-update
27
20
script:
28
21
- npm test
29
-
- if [ "$TRAVIS_EVENT_TYPE" == "pull_request" ] && [ "$TRAVIS_BRANCH" == "master" ]; then npm run test:smoke; fi
30
-
after_script: greenkeeper-lockfile-upload
31
22
before_deploy:
32
23
- >
33
24
if [ -z "$BEFORE_DEPLOY_RAN" ]; then
@@ -44,7 +35,6 @@ deploy:
44
35
branch:
45
36
- master
46
37
- develop
47
-
- smoke
48
38
- hotfix/*
49
39
condition: $TRAVIS_EVENT_TYPE != cron
50
40
skip_cleanup: true
@@ -61,18 +51,6 @@ deploy:
61
51
condition: $TRAVIS_EVENT_TYPE != cron
62
52
skip_cleanup: true
63
53
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