Adding files needed in order to use Travis CI

This commit is contained in:
TJ Tunnell 2016-06-15 14:46:43 -05:00
parent 03dbc3e17d
commit d6d039d5e7
2 changed files with 12 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: php
php:
- '5.4'
- '5.5'
- '5.6'
- hhvm
install:
- composer install

View File

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/miniflux/miniflux.svg?branch=master)](https://travis-ci.org/miniflux/miniflux)
Miniflux - Minimalist News Reader
=================================