aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* travis: explicitly set the build dist to `precise`VirtualTam2017-08-011-0/+1
| | | | | | See https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Use all_tests target in Travis CIArthurHoaro2017-03-061-1/+1
|
* Run languages tests using PHPUnit test suitesArthurHoaro2017-03-061-0/+6
|
* Merge pull request #666 from ArthurHoaro/slim-apiArthur2016-12-201-2/+0
|\ | | | | REST API structure using Slim framework
| * PHP requirement increased to PHP 5.5 - See #599ArthurHoaro2016-12-151-2/+0
| |
* | Fixes can login function call in loginform.htmlArthurHoaro2016-12-151-0/+1
|/ | | | Fixes #711
* Travis: enable Composer cacheVirtualTam2016-10-201-1/+4
| | | | | | | | See: - https://docs.travis-ci.com/user/caching/ - https://blog.wyrihaximus.net/2015/07/composer-cache-on-travis/ Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* tests: add a make target to check file permissionsVirtualTam2016-01-171-0/+1
| | | | | | | | Additions: - [makefile] check versioned files are not executable - [travis] call the new make target Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* travis: add PHP 7 to the tested environmentsVirtualTam2015-08-221-0/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Makefile: do not call `clean` before `test`VirtualTam2015-07-181-0/+1
| | | | | | | | | | Fixes #288 Modifications: - call `make clean` explicitely to clean the workspace - add `make clean` to Travis instructions Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Travis: use the container-based infrastructureVirtualTam2015-07-181-0/+1
| | | | | | See http://docs.travis-ci.com/user/migrating-from-legacy/ Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* PHP: ensure 5.3 compatibility, refactor timezone utilitiesVirtualTam2015-07-131-0/+1
| | | | | | | | | | | | | | | | | Relates to #250 Modifications - supported version - bump required version from 5.1.0 to 5.3.x - update README - add PHP 5.3 to Travis environments - rewrite array declarations: explicitely use array() instead of [] - move checkPHPVersion to application/Utils.php - move timezone functions to application/TimeZone.php - cleanup code - improve test coverage Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Add Travis CI configVirtualTam2015-06-051-0/+10
Relates to #71 Signed-off-by: VirtualTam <virtualtam@flibidi.net>