Skip to content

Commit

Permalink
chore (Infrastructure): improve Travis CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfaust committed Feb 16, 2019
1 parent 080d9f8 commit 793b09b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
language: crystal
before_script:
- shards install
script:
- crystal spec
after_success:
- crystal docs
deploy:
provider: pages
skip_cleanup: true
keep_history: true
github_token: $GITHUB_TOKEN
on:
branch: master
Expand Down

0 comments on commit 793b09b

Please sign in to comment.