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
900890a3
Unverified
Commit
900890a3
authored
5 years ago
by
Tobias Reischmann
Browse files
Options
Downloads
Patches
Plain Diff
Updated travis.yml to meet current recommendations of blackboard
parent
552f096f
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
-8
12 additions, 8 deletions
.travis.yml
with
12 additions
and
8 deletions
.travis.yml
+
12
−
8
View file @
900890a3
language
:
php
language
:
php
sudo
:
false
sudo
:
true
dist
:
trusty
addons
:
firefox
:
"
47.0.1"
postgresql
:
"
9.4"
apt
:
packages
:
-
openjdk-8-jre-headless
cache
:
cache
:
directories
:
directories
:
-
$HOME/.composer/cache
-
$HOME/.composer/cache
-
$HOME/.npm
-
$HOME/.npm
addons
:
postgresql
:
"
9.4"
php
:
php
:
-
7.0
-
7.0
-
7.1
-
7.1
...
@@ -45,9 +48,9 @@ matrix:
...
@@ -45,9 +48,9 @@ matrix:
before_install
:
before_install
:
-
phpenv config-rm xdebug.ini
-
phpenv config-rm xdebug.ini
-
nvm install 8.9.4
-
nvm install
8.9
-
nvm use
8.9
-
cd ../..
-
cd ../..
-
composer selfupdate
-
composer create-project -n --no-dev --prefer-dist blackboard-open-source/moodle-plugin-ci ci ^2
-
composer create-project -n --no-dev --prefer-dist blackboard-open-source/moodle-plugin-ci ci ^2
-
export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
-
export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
...
@@ -64,10 +67,11 @@ jobs:
...
@@ -64,10 +67,11 @@ jobs:
-
moodle-plugin-ci phpcpd
-
moodle-plugin-ci phpcpd
-
moodle-plugin-ci phpmd
-
moodle-plugin-ci phpmd
-
moodle-plugin-ci codechecker
-
moodle-plugin-ci codechecker
-
moodle-plugin-ci validate
-
moodle-plugin-ci savepoints
-
moodle-plugin-ci savepoints
-
moodle-plugin-ci mustache
-
moodle-plugin-ci mustache
-
moodle-plugin-ci grunt
-
moodle-plugin-ci grunt
-
moodle-plugin-ci
validate
-
moodle-plugin-ci
phpdoc
# Smaller build matrix for development builds
# Smaller build matrix for development builds
-
stage
:
develop
-
stage
:
develop
php
:
7.1
php
:
7.1
...
...
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