Skip to content

Commit b089f2e

Browse files
committed
Ignore auto instead of staging.tmp on Travis CI
Fixes #1603.
1 parent cfe6e08 commit b089f2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ language: rust
22
sudo: required
33
dist: xenial
44

5-
# Ignore this branch per bors-ng documentation
5+
# Ignore this branch per homu
6+
# https://github.com/barosl/homu
67
branches:
78
except:
8-
- staging.tmp
9+
- auto
910

1011
cache:
1112
cargo: true

0 commit comments

Comments
 (0)