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
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