Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit d9d5891

Browse files
DTONBWTWO-1073 - Remove Travis CI Configuration (#127)
* DTONBWTWO-1073 Run CI/CD on dependabot * DTONBWTWO-1073 Run CI/CD on dependabot
1 parent 5e53bad commit d9d5891

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ on:
88
- support/SDK-V3
99
- feature/**
1010
- bugfix/**
11-
pull_request:
12-
branches:
13-
- master
14-
- support/SDK-V3
15-
- feature/**
16-
- bugfix/**
11+
- dependabot/**
1712

1813
jobs:
1914
static-analysis:

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ docs/
2525
build/
2626

2727
#unit test cache
28-
.phpunit.result.cache
28+
.phpunit.result.cache
29+
30+
tools/*

.travis.yml

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

0 commit comments

Comments
 (0)