Skip to content

Commit ccd51eb

Browse files
committed
Add basic Travis CI configuration file
1 parent e06ae41 commit ccd51eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: php
2+
php:
3+
- 5.5
4+
before_script: composer install
5+
script: phpunit test/test_toopher_api.php

0 commit comments

Comments
 (0)