Skip to content

Commit 9d7627f

Browse files
author
Jasdeep Khalsa
committed
Adding travis CI support
1 parent f196526 commit 9d7627f

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: php
2+
php:
3+
- 5.4
4+
- 5.5
5+
- 5.6
6+
- nightly
7+
script:
8+
- php composer.phar self-update
9+
- php composer.phar install --dev
10+
- ./vendor/bin/phpunit

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PHPUnit Skeleton #
1+
# PHPUnit Skeleton [![Build Status](https://travis-ci.org/jasdeepkhalsa/phpunit-skeleton.svg)](https://travis-ci.org/jasdeepkhalsa/phpunit-skeleton)
22
_Get up and running with PHPUnit testing easily for your project with this skeleton_
33

44
* Are you frustrated with trying to install and configure PHPUnit?

0 commit comments

Comments
 (0)