Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit fcecdfb

Browse files
authored
Merge pull request #946 from matklad/ci
Don't build bors .tmp branch
2 parents f7b4a9b + 4c935b1 commit fcecdfb

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
language: rust
22
dist: trusty
33
sudo: false
4+
branches:
5+
except:
6+
- staging.tmp
7+
- trying.tmp
48
cache: cargo
59
os:
610
- linux

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
branches:
2+
except:
3+
- staging.tmp
4+
- trying.tmp
5+
16
environment:
27
global:
38
PROJECT_NAME: rls

0 commit comments

Comments
 (0)