Skip to content

Commit

Permalink
Add travis for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-huxtable committed Aug 21, 2018
1 parent 7f29884 commit bc9ad16
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
language: crystal

script:
- crystal docs

deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
project_name: pledge.cr
on:
branch: master
local_dir: docs

0 comments on commit bc9ad16

Please sign in to comment.