Skip to content

Commit 93bf62d

Browse files
committed
Remove travis from extension itself
1 parent 88c2456 commit 93bf62d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/tests/ export-ignore
2-
/travis/ export-ignore
32
.github/ export-ignore
4-
.travis.yml export-ignore
53
.gitignore export-ignore
64
.gitattributes export-ignore
75
phpunit.xml.dist export-ignore

build.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@
1515
-->
1616
<delete dir="${dir}/.github" />
1717
<delete dir="${dir}/tests" />
18-
<delete dir="${dir}/travis" />
1918

2019
<delete file="${dir}/.gitignore" />
21-
<delete file="${dir}/.travis.yml" />
2220
<delete file="${dir}/build.xml" />
2321
<delete file="${dir}/composer.lock" />
2422
<delete file="${dir}/composer.phar" />

0 commit comments

Comments
 (0)