Skip to content

Commit 2e680ba

Browse files
committed
ci: remove travis ci and update branch in the action config
1 parent 7a163f3 commit 2e680ba

File tree

3 files changed

+3
-20
lines changed

3 files changed

+3
-20
lines changed

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@
55
/.editorconfig export-ignore
66
/.gitattributes export-ignore
77
/.gitignore export-ignore
8-
/.travis.yml export-ignore
9-
/phpunit.xml
8+
/phpunit.xml

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: PHPUnit
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
build:

.travis.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)