Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
NinoSkopac committed May 4, 2018
2 parents 9538728 + 03dc980 commit f08adf9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
19 changes: 10 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: php
php:
- 7.1
- 7.2
- hhvm
- nightly
sudo: false

matrix:
allow_failures:
- php: hhvm
- php: nightly
script: "composer install && phpunit tests && php example.php"
fast_finish: true
include:
- php: 7.1
- php: 7.2
- php: nightly
allow_failures:
- php: nightly

script: "composer install && phpunit tests && php example.php"
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,7 @@ Then, go to https://podcastsconnect.apple.com/my-podcasts/new-feed and submit yo
# Addendum
- XML syntax based off [aaronsnoswell/itunes-podcast-feed
](https://github.com/aaronsnoswell/itunes-podcast-feed)
- Donate: https://paypal.me/skopac
- This library is in production use at [Read2Me](https://read2me.online/)
- Demo: https://read2me.online/rss/daily-curated-articles.php
- iTunes link for the aforementioned demo: https://itunes.apple.com/hr/podcast/read2me-daily-curated-articles/id1378984368
- Donate: https://paypal.me/skopac

0 comments on commit f08adf9

Please sign in to comment.