<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Travis on Janik von Rotz</title>
    <link>https://janikvonrotz.ch/tags/travis/</link>
    <description>Recent content in Travis on Janik von Rotz</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 11 Nov 2015 09:37:05 +0000</lastBuildDate>
    <atom:link href="https://janikvonrotz.ch/tags/travis/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Autodeploy to Github Pages with Travis CI</title>
      <link>https://janikvonrotz.ch/2015/11/11/autodeploy-to-github-pages-with-travisci/</link>
      <pubDate>Wed, 11 Nov 2015 09:37:05 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2015/11/11/autodeploy-to-github-pages-with-travisci/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://pages.github.com/&#34;&gt;Github pages&lt;/a&gt; are a common way to create a website for your open-source project.&#xA;Github provides a website generator tool which simply reads the README file from your repository.&#xA;The big disadvantage is that there&amp;rsquo;s no auto deployment for your this kind of website. You always have to run the generator manually.&#xA;To solve this problem we need a third-party computing engine that automatically updates our page. This is the perfect job for &lt;a href=&#34;https://travis-ci.org&#34;&gt;Travis CI&lt;/a&gt;.&#xA;Travis CI is a Github integrated continuous testing platform that runs tests for different development frameworks. It triggers a test whenever you make a commit on your Travis registered repository. We will use Travis to update our page whenever we make a commit to our repository.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
