mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Add field application
Add asset dependencies Add field model Add field tests Add field app Add JS build Add end file blank line Adjust asset dependencies version Remove assets test libraries from build Remove unecessary comments Add end file blank line Fix indent
This commit is contained in:

committed by
Romain Neutron

parent
d0431248ce
commit
1ff4e4060b
@@ -7,6 +7,8 @@ before_script:
|
||||
- rm -f config/services.yml config/connexions.yml config/config.yml config/config.inc config/connexion.inc config/_GV.php config/_GV.php.old
|
||||
- cp -f hudson/connexion.inc config/
|
||||
- cp -f hudson/_GV.php config/
|
||||
- npm install bower mocha-phantomjs -g
|
||||
- bower install
|
||||
- composer self-update
|
||||
- composer install --dev --prefer-source
|
||||
- sudo apt-get update
|
||||
@@ -55,3 +57,7 @@ php:
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: 5.5
|
||||
|
||||
script:
|
||||
- mocha-phantomjs www/scripts/tests/index.html
|
||||
- phpunit
|
||||
|
Reference in New Issue
Block a user