Skip to content
Snippets Groups Projects
Unverified Commit 7f63c636 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 a2632d49
Branches hsh-v1.1.9
No related tags found
No related merge requests found
language: php language: php
addons: addons:
postgresql: "9.5" postgresql: "9.6"
services: services:
- mysql - mysql
...@@ -27,12 +27,9 @@ env: ...@@ -27,12 +27,9 @@ env:
before_install: before_install:
- phpenv config-rm xdebug.ini - 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 ../.. - 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" - 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: install:
- moodle-plugin-ci install - moodle-plugin-ci install
...@@ -48,4 +45,4 @@ script: ...@@ -48,4 +45,4 @@ script:
- moodle-plugin-ci grunt - moodle-plugin-ci grunt
- moodle-plugin-ci phpdoc - moodle-plugin-ci phpdoc
- moodle-plugin-ci phpunit - moodle-plugin-ci phpunit
- moodle-plugin-ci behat --profile chrome --dump --suite=boost_campus - moodle-plugin-ci behat --dump --suite=boost_campus
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment