1
0
mirror of https://github.com/danog/math.git synced 2024-11-27 12:24:45 +01:00
Commit Graph

14 Commits

Author SHA1 Message Date
Benjamin Morel
d9b34f43d2 Remove useless director in Travis build 2015-05-31 18:46:28 +02:00
Benjamin Morel
49ea5a085e Reworked Travis build matrix
Travis now supports merged code coverage reports, so we do not need to merge them ourselves.
2015-05-22 13:39:59 +02:00
Benjamin Morel
d246c7b02d Next version will require PHP 5.6 2015-05-22 13:12:06 +02:00
Benjamin Morel
1bd87f94ab Travis no longer supports hhvm-nightly
See travis-ci/travis-ci#3788
2015-05-14 14:41:29 +02:00
Benjamin Morel
f8eb20049a Added a reference script to run all tests
This script is also used by Travis.
2015-01-27 20:41:14 +01:00
Benjamin Morel
62fec07bfa Reorganized tests around two PHPUnit config files 2015-01-27 20:16:53 +01:00
Benjamin Morel
1197dd2b81 Calculator detect test is now run separately
This avoids the risk of this test being run before the main tests, and overriding the calculator set by the bootstrap script.
2015-01-27 18:44:21 +01:00
Benjamin Morel
4d18be75e1 Tests now run a single calculator instance at a time 2015-01-27 17:38:31 +01:00
Benjamin Morel
bd5124d07e Added hhvm-nightly to Travis 2014-09-16 15:00:13 +02:00
Benjamin Morel
d2a9a1300c Added official HHVM support
HHVM is not an allowed failure anymore in Travis.
2014-09-01 18:55:10 +02:00
Benjamin Morel
ae9701968e Updated .travis.yml
- Use the phpunit version installed via composer
- Do not prefix coveralls with PHP, it's a shell script
2014-08-31 20:51:41 +02:00
Benjamin Morel
016b1388f5 Added coveralls.io configuration 2014-08-31 16:50:06 +02:00
Benjamin Morel
cd90b79eec Added composer install to .travis.yml, allowed hhvm failures 2014-08-31 14:49:44 +02:00
Benjamin Morel
1b02ccd08d Added travis-ci configuration file 2014-08-31 14:37:32 +02:00