We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4090e0 commit bb6113aCopy full SHA for bb6113a
.travis.yml
@@ -291,7 +291,7 @@ jobs:
291
script:
292
# Travis lets scripts continue even if previous steps fail so need to use &&: https://github.com/travis-ci/travis-ci/issues/1066
293
- npm run configure-examples &&
294
- npm run test -- --scope=example* --concurrency=1
+ npm run test -- $RUN_SINCE --scope=example* --concurrency=1
295
296
- stage: release-rc
297
# only run on changes to master
0 commit comments