Skip to content

Commit

Permalink
Travis fix (#592)
Browse files Browse the repository at this point in the history
* move ckeditor from require-dev to require

* Delete composer.lock

* Update .travis.yml

* pinning mariadb to 10.7 to avoid timing issue

workaround for github.com/MariaDB/mariadb-docker/issues/434
  • Loading branch information
RussH authored Mar 5, 2023
1 parent 43274ff commit 8e99785
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3,456 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ script:
- composer install
- ./vendor/bin/phpunit src/OpenCATS/Tests/UnitTests
- cd docker/; docker-compose -f docker-compose-test.yml up -d
- sleep 30
- docker-compose -f docker-compose-test.yml exec php /var/www/public/test/runAllTests.sh
- cd ..; ./ci/package-code.sh

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"behat/mink-extension": "dev-master",
"behat/mink-goutte-driver": "^1.2",
"behat/mink-selenium2-driver": "^1.3",
"ckeditor/ckeditor": "4.5.11",
"codacy/coverage": "^1.4"
},
"autoload": {
Expand All @@ -16,6 +15,7 @@
}
},
"require": {
"phpmailer/phpmailer": "^6.0"
"phpmailer/phpmailer": "^6.0",
"ckeditor/ckeditor": "4.5.11"
}
}
Loading

0 comments on commit 8e99785

Please sign in to comment.