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
parent
commit
2ac141ced0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .travis.yml
  2. 2
      appveyor.yml

4
.travis.yml

@ -45,6 +45,10 @@ script:
- yarn test-ci || travis_terminate 1
- yarn coveralls || travis_terminate 1
branches:
only:
- master
jobs:
include:
- stage: deploy

2
appveyor.yml

@ -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

Loading…
Cancel
Save