Skip to content

Commit 66fad93

Browse files
authored
ready to merge
1 parent d299e51 commit 66fad93

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ branches:
1515
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
1616

1717
stages:
18-
- 'Readme-sync'
1918
- 'Tests'
2019
- 'Trigger FSC Tests'
2120
- 'Test Build using latest tag (no upload)'
2221
- 'Build, Upload and Publish (draft)'
2322
- 'Test github release assets'
2423
- 'Publish (real)'
24+
- 'Readme-sync'
2525

2626
jobs:
2727

@@ -221,11 +221,8 @@ jobs:
221221
- stage: 'Readme-sync'
222222
before_script: skip
223223
cache: false
224-
# translation: if we're merging into a test branch...
225-
# if: type = "push" AND env(TRAVIS_PULL_REQUEST_BRANCH) = "docs-readme-sync-2"
226-
227-
#when in production enable this instead:
228-
#if: type = push AND branch = master
224+
# translation: if we're merging into a master branch...
225+
if: type = push AND branch = master
229226

230227
language: node_js
231228
install:

0 commit comments

Comments
 (0)