This commit is contained in:
thefosk
2013-11-01 19:37:24 -07:00
parent 0ec8bca13b
commit d684a60a0f

12
.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
language: php
php:
- 5.2
- 5.3
- 5.4
- 5.5
before_script:
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.2' ]; then wget http://iweb.dl.sourceforge.net/project/simpletest/simpletest/simpletest_1.1/simpletest_1.1.0.tar.gz; tar xf simpletest_1.1.0.tar.gz -C test; else composer install --dev --prefer-source; fi"
script: php test/Unirest.php