Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-block_course_overview_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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
elc
moodle-block_course_overview_campus
Commits
988ce5c7
Unverified
Commit
988ce5c7
authored
5 years ago
by
Alexander Bias
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Synchronize .travis.yml with upstream moodle-plugin-ci, fix broken Behat tests.
parent
8cdef416
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+12
-18
12 additions, 18 deletions
.travis.yml
with
12 additions
and
18 deletions
.travis.yml
+
12
−
18
View file @
988ce5c7
language
:
php
language
:
php
sudo
:
true
addons
:
addons
:
chrome
:
stable
postgresql
:
"
9.4"
postgresql
:
"
9.4"
apt
:
packages
:
-
openjdk-8-jre-headless
-
chromium-chromedriver
services
:
services
:
-
mysql
-
mysql
-
postgresql
-
postgresql
-
docker
cache
:
cache
:
directories
:
directories
:
...
@@ -38,7 +32,7 @@ before_install:
...
@@ -38,7 +32,7 @@ before_install:
-
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 blackboard-open-source/moodle-plugin-ci ci dev-master
-
export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
-
export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
-
google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://127.0.0.1 &
-
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
...
...
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