Skip to content
Snippets Groups Projects
Unverified Commit 22caf50c authored by Alexander Bias's avatar Alexander Bias Committed by GitHub
Browse files

Move Moodle-Plugin-CI to Moodle HQ's fork and update .travis.yml accordingly

parent 1f7270c4
No related branches found
No related tags found
No related merge requests found
language: php
addons:
postgresql: "9.5"
postgresql: "9.6"
services:
- mysql
......@@ -27,12 +27,9 @@ env:
before_install:
- phpenv config-rm xdebug.ini
- nvm install 14 # moodle-plugin-ci still uses 8.9, but Moodle core switched to 14 in MDL-66109.
- nvm use 14
- cd ../..
- composer create-project -n --no-dev --prefer-dist blackboard-open-source/moodle-plugin-ci ci dev-master
- composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
- docker run -d -p 127.0.0.1:4444:4444 --net=host -v /dev/shm:/dev/shm selenium/standalone-chrome:3
install:
- moodle-plugin-ci install
......@@ -48,4 +45,4 @@ script:
- moodle-plugin-ci grunt
- moodle-plugin-ci phpdoc
- moodle-plugin-ci phpunit
- moodle-plugin-ci behat --profile chrome --dump
- moodle-plugin-ci behat --dump
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment