botbotbot 's blog

Jekyll with Continuous Integration

.travis.yml

Tips:

Travis support docker but not fully permission some dependencies that try to use OS command ex. kill can make your test error or failed.

  • htmlproofer external

link that not start with http will be claim as internal link

References:

  1. Jekyll with Continuous Integration
  2. Test your Jekyll blog with Travis CI
  3. Simple Docker Container for Jekyll Work
  4. Automatic merge branch into master on sucessful build in travis
  5. TravisCI Custom Deployment