Skip to content

Commit a7788d4

Browse files
author
Stjepan Glavina
authored
Update .travis.yml
run CI only on specific branches
1 parent 9d71584 commit a7788d4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ cache:
1212
before_cache:
1313
- rm -rf /home/travis/.cargo/registry
1414

15+
16+
branches:
17+
only:
18+
- master
19+
- staging
20+
- trying
21+
1522
matrix:
1623
fast_finish: true
1724
include:

0 commit comments

Comments
 (0)