Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-tool_lifecycle
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-tool_lifecycle
Commits
d243afcf
Unverified
Commit
d243afcf
authored
5 years ago
by
Tobias Reischmann
Browse files
Options
Downloads
Patches
Plain Diff
Try chrome as selenium driver
parent
a6cd6bd1
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
+8
-3
8 additions, 3 deletions
.travis.yml
with
8 additions
and
3 deletions
.travis.yml
+
8
−
3
View file @
d243afcf
...
...
@@ -8,6 +8,8 @@ addons:
apt
:
packages
:
-
openjdk-8-jre-headless
-
chromium-chromedriver
cache
:
directories
:
...
...
@@ -80,17 +82,20 @@ jobs:
env
:
DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
install
:
-
moodle-plugin-ci install
-
/usr/lib/chromium-browser/chromedriver --version
-
chromium-browser --version
script
:
-
moodle-plugin-ci phpunit --coverage-clover
-
moodle-plugin-ci behat
-
moodle-plugin-ci behat
--profile chrome
# Unit tests and behat tests against full matrix.
install
:
-
moodle-plugin-ci install
-
-
/usr/lib/chromium-browser/chromedriver --version
-
chromium-browser --version
script
:
-
moodle-plugin-ci phpunit --coverage-clover
-
moodle-plugin-ci behat
-
moodle-plugin-ci behat
--profile chrome
after_success
:
-
bash <(curl -s https://codecov.io/bash)
...
...
This diff is collapsed.
Click to expand it.
Dennis Ahrens
@ahrensde
mentioned in commit
4c398f79
·
3 years ago
mentioned in commit
4c398f79
mentioned in commit 4c398f791c1fd74ffa55008089abe7f49a0d6a9f
Toggle commit list
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