Skip to content

Commit 43cedfe

Browse files
committed
Remove Travis-ci from master
1 parent 0fc21cd commit 43cedfe

File tree

4 files changed

+3
-98
lines changed

4 files changed

+3
-98
lines changed

Diff for: .travis.yml

-78
This file was deleted.

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Build Status](https://travis-ci.com/FirebirdSQL/firebird.svg?branch=master)](https://travis-ci.com/FirebirdSQL/firebird)
2-
[![Build Status](https://ci.appveyor.com/api/projects/status/github/FirebirdSQL/firebird?branch=master&svg=true)](https://ci.appveyor.com/project/FirebirdSQL/firebird)
1+
[![Build Status (GitHub)](https://github.com/FirebirdSQL/firebird/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/FirebirdSQL/firebird/actions/workflows/main.yml?query=branch%3Amaster)
2+
[![Build Status (AppVeyor)](https://ci.appveyor.com/api/projects/status/github/FirebirdSQL/firebird?branch=master&svg=true)](https://ci.appveyor.com/project/FirebirdSQL/firebird)
33

44
# Firebird README
55

Diff for: src/misc/src_bundle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ popd >/dev/null 2>&1
3636

3737
# What and where to bundle
3838
MODULE=$SRCROOT/temp/src
39-
MEMBERS="builds doc examples extern src CHANGELOG.md Makefile.in acx_pthread.m4 autogen.sh binreloc.m4 configure.ac CMakeLists.txt README.md travis.sh .travis.yml"
39+
MEMBERS="builds doc examples extern src CHANGELOG.md Makefile.in acx_pthread.m4 autogen.sh binreloc.m4 configure.ac CMakeLists.txt README.md"
4040

4141
# Cleanup
4242
rm -rf $MODULE

Diff for: travis.sh

-17
This file was deleted.

0 commit comments

Comments
 (0)