Browse Source
Merge pull request #777 from mrfelton/ci/prevent-duplicate-builds
Ci/prevent duplicate builds
renovate/lint-staged-8.x
Tom Kirkpatrick
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
0 deletions
-
.travis.yml
-
appveyor.yml
|
|
@ -45,6 +45,10 @@ script: |
|
|
|
- yarn test-ci || travis_terminate 1 |
|
|
|
- yarn coveralls || travis_terminate 1 |
|
|
|
|
|
|
|
branches: |
|
|
|
only: |
|
|
|
- master |
|
|
|
|
|
|
|
jobs: |
|
|
|
include: |
|
|
|
- stage: deploy |
|
|
|
|
|
@ -23,6 +23,8 @@ shallow_clone: true |
|
|
|
|
|
|
|
clone_depth: 1 |
|
|
|
|
|
|
|
skip_branch_with_pr: true |
|
|
|
|
|
|
|
install: |
|
|
|
- ps: Install-Product node $env:nodejs_version |
|
|
|
- set CI=true |
|
|
|