Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-theme_boost_campus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-theme_boost_campus
Commits
7f63c636
Unverified
Commit
7f63c636
authored
4 years ago
by
Alexander Bias
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+11
-14
11 additions, 14 deletions
.travis.yml
with
11 additions
and
14 deletions
.travis.yml
+
11
−
14
View file @
7f63c636
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment