forked from academic/vipa
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts fixed: # src/Ojs/SiteBundle/Resources/views/Explore/publisher.html.twig
- Loading branch information
Showing
94 changed files
with
34,181 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
language: php | ||
|
||
env: | ||
- SYMFONY_VERSION="2.8.*" DB="postgres" | ||
- SYMFONY_VERSION="2.8.*" DB="postgres" SYMFONY_ENV="test" | ||
|
||
php: | ||
- 7.0 | ||
|
@@ -20,33 +20,30 @@ services: | |
sudo: false | ||
|
||
before_install: | ||
- composer self-update | ||
- npm install -g bower | ||
|
||
before_script: | ||
- export SYMFONY_ENV=test | ||
- phpenv config-add travis.php.ini | ||
- composer install --no-interaction --prefer-dist | ||
- phpenv config-rm xdebug.ini | ||
- cp app/config/parameters.yml.dist app/config/parameters.yml | ||
- composer update | ||
- composer install --no-interaction --prefer-dist | ||
- bower install --force --silent | ||
- bower update --force --silent | ||
- php app/console assetic:dump --env=test | ||
- chmod -R 777 app/cache app/logs | ||
- php app/console assets:install web --symlink --env=test | ||
- php app/console assetic:dump | ||
- rm -f app/cache/test/test.db | ||
- php app/console ojs:install --no-interaction --env=test | ||
- php app/console ojs:install:samples --env=test | ||
- php app/console h4cc_alice_fixtures:load:sets --env=test | ||
- php app/console ojs:normalize:translatable:objects --env=test | ||
- php app/console ojs:mail:events:sync --env=test | ||
- php app/console ojs:mail:events:sync --sync-desc --env=test | ||
- php app/console f:e:p --env=test | ||
- php app/console ojs:normalize:journal:article:types --env=test | ||
- php app/console fos:elastica:populate --env=test | ||
- composer show | ||
|
||
script: | ||
- ./etc/bin/parallel_phpunit.sh | ||
|
||
notifications: | ||
slack: bulutyazilim:8GtvUiq3935dZRc1SObHJVcR#ojs | ||
email: | ||
- [email protected] | ||
- [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.