We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 929cb4a + 6ad98aa commit f9c07adCopy full SHA for f9c07ad
.travis.yml
@@ -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
@@ -1,3 +1,5 @@
+[](https://travis-ci.org/commonlispbr/commonlispbr.github.io)
# Common Lisp Brasil
Repositório do website do Common Lisp Brasil.
0 commit comments