Skip to content

Commit d995477

Browse files
committed
infrastructure (CI): add stable branch
1 parent d06e2ea commit d995477

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
keep_history: true
3737
github_token: $GITHUB_TOKEN
3838
on:
39-
branch: master
39+
branch: stable
4040
local_dir: docs
4141
addons:
4242
postgresql: "9.5"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Onyx::SQL
44

55
[![Built with Crystal](https://img.shields.io/badge/built%20with-crystal-000000.svg?style=flat-square)](https://crystal-lang.org/)
6-
[![Travis CI build](https://img.shields.io/travis/onyxframework/sql/master.svg?style=flat-square)](https://travis-ci.org/onyxframework/sql)
6+
[![Travis CI build](https://img.shields.io/travis/onyxframework/sql/stable.svg?style=flat-square)](https://travis-ci.org/onyxframework/sql)
77
[![Docs](https://img.shields.io/badge/docs-online-brightgreen.svg?style=flat-square)](https://docs.onyxframework.org/sql)
88
[![API docs](https://img.shields.io/badge/api_docs-online-brightgreen.svg?style=flat-square)](https://api.onyxframework.org/sql)
99
[![Latest release](https://img.shields.io/github/release/onyxframework/sql.svg?style=flat-square)](https://github.com/onyxframework/sql/releases)

0 commit comments

Comments
 (0)