Commit graph

69 commits

Author SHA1 Message Date
Josh Sherman
70c21db132 PHP 5.6 is no longer an allowed failure. 2014-09-01 11:58:01 -04:00
Josh Sherman
fea03520c8 Reconfigured database username
Seems @travis-ci did make some changes as per their blog. Updated code to use
the username `root` for connections instead of no user.
2014-08-05 18:58:33 -04:00
Josh Sherman
4645ac95eb Added command to create database
Evidently @travis-ci no longer includes the `test` database in MySQL by
default. Added the command to create said database before importing SQL.
2014-08-05 18:47:21 -04:00
Josh Sherman
73d853e866 Attempting to load extension twice
Seems 5.5+ handles nicely to simply changing from extension to zend_extension. 5.4 barks about not being able to find the shared object. Added 2 commands to attempt to load both. One should fail but the tests should pass. I'm not quite ready to give up on PHP 5.4, not until 5.6 is GM
2014-07-12 14:45:43 -04:00
Josh Sherman
e14db9aec8 Getting crazy with the conditionals 2014-07-12 14:41:46 -04:00
Josh Sherman
4a06032ac7 Appending zend_ to extension call 2014-07-12 14:23:18 -04:00
Josh Sherman
fc25e80142 Interrogating PHP directly for version 2014-07-12 14:14:27 -04:00
Josh Sherman
f050b50779 More tweaks. 2014-07-12 14:08:46 -04:00
Josh Sherman
5478c8df3c Tweaked travis config
Fighting with uopz... to be expected though.
2014-07-12 14:04:45 -04:00
Josh Sherman
d83859f03c Changed phpenv call
Was getting the major.minor and I need major.minor.revision
2014-07-12 13:22:07 -04:00
Josh Sherman
b17b35b89d Attempting to add in the absolute path of the uopz install 2014-07-12 13:16:38 -04:00
Josh Sherman
4ba24d3684 Dropped adding extension to the INI
Having some problems once it gets out on travis-ci. I suspect the path to the extension isn't being set properly and/or the extension isn't being loaded as a zend_extension which is mandatory.
2014-07-12 12:58:16 -04:00
Josh Sherman
260b532a66 Dropped php-test-helpers for uopz
Seems that uopz has superseded php-test-helpers. Updated the exit overloading and adjusted some tests based on the new behavior of not echoing out the argument passed to exit().
2014-07-12 12:41:47 -04:00
Josh Sherman
b08e1cabeb Added config to only test master 2014-05-12 22:48:57 -04:00
Joshua Sherman
2d327927ba Dropped install and added 5.6 as an allowed failure
Still no dice on HHVM even with installing php5-dev. Added PHP 5.6 to see how
we fare. Will drop the allowed failure when 5.6 is gold or when the test suite
is passing. Whichever comes first.
2014-04-29 15:12:41 -04:00
Joshua Sherman
04d4e5105d Attempting to get HHVM to test 2014-04-29 15:00:59 -04:00
Joshua Sherman
70a547cf6c Changed build/log directory 2014-01-21 21:51:59 -05:00
Joshua Sherman
710620e96a Trying all the paths. 2014-01-21 21:40:55 -05:00
Joshua Sherman
946df09750 Debugging coverage report location 2014-01-21 00:20:54 -05:00
Joshua Sherman
5f94652e9c Rehooking up coveralls 2014-01-20 23:58:32 -05:00
Joshua Sherman
4e7f442f86 Fixed vendor paths and build path 2014-01-20 22:29:08 -05:00
Joshua Sherman
ec02d03457 Switched to HTTPS instead of SSH
Hoping that clears up the prompt
2014-01-20 22:26:29 -05:00
Joshua Sherman
e2f8464c51 Working towards standard directory names 2014-01-20 22:23:04 -05:00
Joshua Sherman
191ceaa4e9 Updated module path 2014-01-16 21:42:42 -05:00
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