Skip to content

Commit

Permalink
ci(Travis): Add the minimal working Travis-CI config for autobuilding…
Browse files Browse the repository at this point in the history
… gh-pages
  • Loading branch information
claymcleod committed Aug 26, 2019
1 parent fc84175 commit 7f85a7a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: rust
cache: cargo
script:
- cargo install mdbook --vers '^0.3.0'
- bash bin/build.sh
deploy:
provider: script
script: bash bin/deploy.sh
skip_cleanup: true
on:
branch: master
branches:
only:
- master

0 comments on commit 7f85a7a

Please sign in to comment.