Skip to content

Commit f9c07ad

Browse files
authored
Merge pull request #32 from commonlispbr/travis
Add travis file for CI
2 parents 929cb4a + 6ad98aa commit f9c07ad

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ref: https://docs.travis-ci.com/user/deployment/pages/
2+
3+
services:
4+
- docker
5+
6+
script: make
7+
8+
deploy:
9+
provider: pages
10+
skip-cleanup: true
11+
github-token: $GITHUB_TOKEN
12+
keep-history: true
13+
on:
14+
branch: develop
15+
target-branch: master

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/commonlispbr/commonlispbr.github.io.svg?branch=develop)](https://travis-ci.org/commonlispbr/commonlispbr.github.io)
2+
13
# Common Lisp Brasil
24

35
Repositório do website do Common Lisp Brasil.

0 commit comments

Comments
 (0)