Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
remove hhvm testing. test failed with ...
Using worker: worker-linux-2-1.bb.travis-ci.org:travis-linux-16 $ export DB=sqlite git.1 $ git clone --depth=50 --branch=develop-2 git://github.com/auraphp/Aura.Sql.git auraphp/Aura.Sql Cloning into 'auraphp/Aura.Sql'... remote: Counting objects: 2620, done. remote: Compressing objects: 100% (1131/1131), done. remote: Total 2620 (delta 1307), reused 2415 (delta 1150) Receiving objects: 100% (2620/2620), 586.87 KiB, done. Resolving deltas: 100% (1307/1307), done. $ cd auraphp/Aura.Sql git.3 $ git checkout -qf b957cb1 $ phpenv global hhvm $ php --version HipHop VM v2.3.0 (rel) Compiler: heads/HHVM-2.3-0-ga12fa4ac4dacbb45348a6ff2b3775f895883f934 Repo schema: 30349d0b2f68667d4e5a3fd291f2274c608f9e29 $ composer --version Cannot open log file: /var/log/hhvm/error.log HipHop Strict Warning: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in phar://composer.phar/bin/../src/../src/Composer/Console/Application.php on line 65 Composer version 80499bb02418711b34bba59c1a6d8032429e5702 2013-12-06 12:32:19 before_script $ cd tests $ phpunit Cannot open log file: /var/log/hhvm/error.log PHPUnit 3.7.28 by Sebastian Bergmann. Configuration read from /home/travis/build/auraphp/Aura.Sql/tests/phpunit.xml .................E.......EE......HipHop Fatal error: Call to undefined method PDO::inTransaction from context Aura\Sql\ExtendedPdo in /home/travis/build/auraphp/Aura.Sql/src/ExtendedPdo.php on line 916 The command "phpunit" exited with 1. Done. Your build exited with 1.
- Loading branch information
9139ab8There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pmjones why not mark as let it fail ?
9139ab8There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because then it shows as failing on the README, which I'd rather avoid seeing as HHVM is not quite ready yet.
9139ab8There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
9139ab8There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, you're right about that. Even so, I'd rather not see "green" and then wonder if it really means everything is passing. Better to have "green" mean a full pass and "red" mean "pay attention".