Skip to content

Commit ac2523f

Browse files
authored
Remove .travis.yaml in favor of github actions (#1135)
* remove .travis.yaml in favor of github actions * run pull request tests even on release branches
1 parent 04b0a1c commit ac2523f

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ master ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ '**' ]
88

99
jobs:
1010

.travis.yml

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

0 commit comments

Comments
 (0)