-
Notifications
You must be signed in to change notification settings - Fork 8
Add Travis CI for all libraries #36
Comments
Issue template:
Travis template: language: php
php:
- 5.5
- 5.6
- 7.0
- nightly
- hhvm
os:
- linux
matrix:
allow_failures:
- php: nightly
fast_finish: true
notifications:
irc: "chat.freenode.net#hoaproject"
sudo: false
before_script:
- if [[ ! $TRAVIS_PHP_VERSION = hhvm* ]]; then phpenv config-rm xdebug.ini; fi
script:
- composer install
- vendor/bin/hoa test:run Everything is already configured on Travis' side. |
We are experimenting with hoaproject/Acl#20 before rushing on all libraries. |
Template for the |
to help to improve it : http://raphaelstolt.blogspot.be/2016/10/eight-knobs-to-adjust-and-improve-your.html |
@hoaproject/hoackers I need your feedback. Should we deploy all Travis files with:
This is what we do in https://github.com/hoaproject/Acl/pull/20/files, except for atoum 3.0-alpha. If not, then, should we wait? |
nothing feels good enough for me to go in a specific direction |
Now we are ready. atoum has still some issues with HHVM, but this is not blocking. |
All libraries have Travis enabled, or Travis failing. We must focus on these latters. |
As discussed in the last Hoa Virtual Meeting (hoaproject/ActionBoard#26), we are going to move our CI to Travis.
Progression
Acl
,Compiler
,Consistency
,Console
,Database
,Dispatcher
,Event
,Exception
,Graph
,,Http
Iterator
,Json
,Locale
,Mail
,Math
,Mime
,Protocol
,Registry
,Ruler
,Socket
,Stream
,,String
Ustring
,View
,Visitor
,Websocket
,Zombie
.Blocking
Important but not blocking
directory\factory::getIterator
atoum/atoum#624The text was updated successfully, but these errors were encountered: