Skip to content

Commit 5ff1c4e

Browse files
authored
Prevent build on local branches (#10)
1 parent b287513 commit 5ff1c4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
language: php
22

3+
branches:
4+
only:
5+
- master
6+
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
7+
- /^\d+\.\d+?$/
8+
39
php:
410
- 7.0
511
- 7.1

0 commit comments

Comments
 (0)