Skip to content

Commit

Permalink
Travis support added.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFox committed Oct 14, 2014
1 parent d031f59 commit fd34578
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
vendor
composer.lock
composer.phar
*.yml
*.yml
!.travis.yml
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
before_script:
- make install
- phpenv rehash
script: make tests
matrix:
allow_failures:
- php: 5.6
notifications:
irc: 'irc.freenode.org#thefox'
on_success: never
on_failure: always

0 comments on commit fd34578

Please sign in to comment.