Skip to content

Commit

Permalink
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
Paul M. Jones committed Dec 20, 2013
1 parent b957cb1 commit 9139ab8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,6 @@ php:
- 5.3
- 5.4
- 5.5
- hhvm
before_script:
- cd tests
script: phpunit

4 comments on commit 9139ab8

@harikt
Copy link
Member

@harikt harikt commented on 9139ab8 Dec 20, 2013

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 ?

@pmjones
Copy link
Member

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.

@harikt
Copy link
Member

@harikt harikt commented on 9139ab8 Dec 20, 2013 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pmjones
Copy link
Member

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

Please sign in to comment.