Commit graph

45 commits

Author SHA1 Message Date
Joshua Sherman
9dadc1c821 Removed finally keyword, bringing back 5.4 2014-01-16 17:45:42 -05:00
Joshua Sherman
e662b8f2cd Dropped create database, seems it already exists
Unsure why it was documented that way in the travis-ci docs if it already
existed.
2014-01-16 17:29:58 -05:00
Joshua Sherman
51467a60f7 Working on tests for the Model class
Fixed some bugs, got MySQL setup for Travis.
2014-01-16 17:06:31 -05:00
Joshua Sherman
7b7fd901c9 Dropped env stuff. 2014-01-13 02:04:02 -05:00
Joshua Sherman
eea368a5d8 Cleaning up, trying to figure out how to detect env
Travis environment, want to be able to issues commands just on HHVM.
2014-01-13 01:58:59 -05:00
Joshua Sherman
25a2493946 Added services 2014-01-13 01:50:54 -05:00
Joshua Sherman
d289d592ff Added new dependencies to the travis config.
Memcache, memcached and redis have to be loaded to be able to test.
2014-01-13 01:44:23 -05:00
Joshua Sherman
38d5b503c8 Dropped debugging and fixed a typo 2014-01-12 17:05:53 -05:00
Joshua Sherman
482e4733ed Renamed the file to echo out to 2014-01-12 16:51:35 -05:00
Joshua Sherman
19566bbf5b Dropped php.ini still debugging location 2014-01-12 16:48:45 -05:00
Joshua Sherman
45e80af300 Adding my own php.ini 2014-01-12 16:45:38 -05:00
Joshua Sherman
08f24a686b More debugging. 2014-01-12 16:40:51 -05:00
Joshua Sherman
377f801c2e Moved it to the before script section (maybe?) 2014-01-12 16:38:21 -05:00
Joshua Sherman
8bbf39089f Added some debugging commands
Trying to figure out where I should be echoing the zend_extension line. On my
local system I slapped it to the bottom of the xdebug conf.d file. Unsure if
that directory and/or file even exist.
2014-01-12 16:35:20 -05:00
Joshua Sherman
796a86f969 Switched to zend_extension 2014-01-12 16:32:24 -05:00
Joshua Sherman
b43b02df83 Building the extension worked, but I didn't cd back 2014-01-12 16:28:26 -05:00
Joshua Sherman
8f3c623e5d Added php-test-helpers to the vendors directory
Seemed easier than trying to figure out how to force the prompt to accept the
unknown IP (perhaps not possible at all as it is part of SSH?). `yes` didn't
work, unfortunately.
2014-01-12 16:25:52 -05:00
Joshua Sherman
ebc9b7fb38 Added yes to command 2014-01-12 16:22:04 -05:00
Joshua Sherman
2357469d5b Added manual install steps
Seems the PECL version of test-helpers isn't up to date. Had to compile it
manually locally and evidently have to do the same on travis-ci until pecl is
updated.
2014-01-12 16:17:55 -05:00
Joshua Sherman
984dfe66cc Added pecl install of test-helpers 2014-01-12 16:13:48 -05:00
Joshua Sherman
549abca8df Expanded File class testing
Shooting for 100%!
2014-01-11 18:28:14 -05:00
Joshua Sherman
771c2b59b1 Thinking I got the path worked out 2014-01-11 17:56:29 -05:00
Joshua Sherman
8b04815db6 Fixed path in the command
Had it working on the CLI, forgot to put it into the config
2014-01-11 17:50:43 -05:00
Joshua Sherman
205c0cb0cf More tweakin’ 2014-01-11 17:32:24 -05:00
Joshua Sherman
b838f05ac5 Debugging like a boss 2014-01-11 17:29:29 -05:00
Joshua Sherman
4b12aca2f8 Trying to figure out the pwd 2014-01-11 17:26:43 -05:00
Joshua Sherman
972c9087f7 Trying the same in the travis config 2014-01-11 16:41:12 -05:00
Joshua Sherman
dcee9e748a More .composers left over 2014-01-11 16:29:09 -05:00
Joshua Sherman
04e008c508 Moved composer out of the private directory
Unsure if that's why I couldn't make the file, thinking of perhaps making the
log directory part of the directory structure instead of creating it on the
fly in Travis CI.
2014-01-11 16:23:06 -05:00
Joshua Sherman
4a8260c0eb More path goodness 2014-01-11 16:16:55 -05:00
Joshua Sherman
b9be4b0890 Messing with the paths
Gonna get this working eventually!!
2014-01-11 16:00:49 -05:00
Joshua Sherman
40d7cd2e73 Changed bin path 2014-01-11 15:37:02 -05:00
Joshua Sherman
c31e1b7742 Added coveralls stuff 2014-01-11 15:34:01 -05:00
Joshua Sherman
13e9507b49 Dropped PHP <5.5 in travis. 2014-01-03 19:09:46 -05:00
Joshua Sherman
0cb3489054 Added back 5.4 and 5.3 as acceptable failures.
Don't really need them but figured why the hell not.
2014-01-03 17:53:49 -05:00
Joshua Sherman
967f4c1e64 Added HHVM to testing 2014-01-03 13:16:11 -05:00
Joshua Sherman
74f0adb4f8 Disabled some tests as I figure out the issue, detroyed 5.4 support. 2013-12-30 00:46:29 -05:00
Joshua Sherman
03e613d380 Reworked README a bit to include PHP 5.4+
... for now, muahahahahaha
2013-12-29 13:32:23 -05:00
Joshua Sherman
7f37abc527 Cleaned up test includes a bit
Probably want to include an autoloader at some point. Also added PHP 5.3 and 5.4 to the test list, 5.3 outta fail, unsure about 5.4
2013-12-29 13:16:21 -05:00
Joshua Sherman
e0228a9e8a Updated to use composer.json
Throwing errors about my command, figured it's best to just use the same thing I'm using locally. Really hope that this is something that can be done.
2013-12-28 02:09:53 -05:00
Joshua Sherman
e70f31c711 Moved to composer installed vfsSteam
Seems the issue was namespacing this whole time.
2013-12-28 02:08:10 -05:00
Josh Sherman
2dad337c8d Fixed composer require command 2013-12-28 01:39:33 -05:00
Josh Sherman
6b0fed32c6 Added dependencies
Added a hack to work locally for me. May move to using composer to obtain / install vfsStream just didn't like the "vendor" directory, will look into using a custom directory so it can be hidden git ignored.
2013-12-28 01:36:08 -05:00
Josh Sherman
7c4e939e6e Added status image and proper script in config
Expecting a failure due to PEAR dependencies failing.
2013-12-28 01:24:16 -05:00
Josh Sherman
6bca74f155 Added travis config 2013-12-28 01:17:00 -05:00