Skip to content

Commit 9692f58

Browse files
authored
Merge pull request #7 from JMLamodiere/travis_only_main
build only main branch on travis
2 parents ac0749d + 722ea27 commit 9692f58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
include:
2020
- php: 7.4
2121

22+
branches:
23+
only:
24+
- main
25+
2226
before_install:
2327
- phpenv config-rm xdebug.ini || true
2428

0 commit comments

Comments
 (0)