Skip to content

Commit

Permalink
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
git:
depth: 10

branches:
only:
- master
- /^[0-9.]+-releases$/

matrix:
include:
- os: linux
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -6,6 +6,11 @@ skip_tags: true
clone_folder: c:\projects\atom
clone_depth: 10

branches:
only:
- master
- /^[0-9.]+-releases$/

platform:
- x64
- x86

0 comments on commit 6e2dcff

Please sign in to comment.