forked from travis-ci/docs-travis-ci-com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeed.build-env-updates.xml
More file actions
23 lines (23 loc) · 896 Bytes
/
feed.build-env-updates.xml
File metadata and controls
23 lines (23 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Travis CI Build Environment Updates</title>
<description>Travis CI Build Environment Updates</description>
<link>https://travis-ci.com</link>
<atom:link href="https://docs.travis-ci.com/feed.build-env-updates.xml" rel="self" type="application/rss+xml" />
{% for page in site.pages %}
{% if page.category == "mac_build_env_updates" or page.category == "linux_build_env_updates" %}
<item>
<title>{{ page.title | xml_escape }}</title>
<description>{{ page.content | xml_escape }}</description>
<pubDate>{{ page.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
<link>{{ site.url}}{{ page.url }}</link>
<guid isPermaLink="true">{{ site.url }}{{ page.url }}</guid>
</item>
{% endif %}
{% endfor %}
</channel>
</rss>