Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
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
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
7e74b6af
Commit
7e74b6af
authored
Nov 30, 2015
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge pull request #4117 from frederic34/patch-3
cleaning travis.yml
parents
62634a1d
9e988ee0
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
+2
-4
2 additions, 4 deletions
.travis.yml
with
2 additions
and
4 deletions
.travis.yml
+
2
−
4
View file @
7e74b6af
...
@@ -29,8 +29,7 @@ matrix:
...
@@ -29,8 +29,7 @@ matrix:
-
php
:
7.0
-
php
:
7.0
env
:
env
:
# - DB=mysql PHPCS_VERSION=">=1.5.1,<2.0"
-
DB=mysql
-
DB=mysql PHPCS_VERSION=">=2.0"
# - DB=postgres
# - DB=postgres
before_script
:
before_script
:
...
@@ -48,10 +47,9 @@ before_script:
...
@@ -48,10 +47,9 @@ before_script:
-
cp composer.json composer.json.old
-
cp composer.json composer.json.old
-
cp composer.json.phpcs composer.json
-
cp composer.json.phpcs composer.json
-
composer self-update
-
composer self-update
-
composer require squizlabs/php_codesniffer:
${PHPCS_VERSION}
-
composer require squizlabs/php_codesniffer:
"^2.0.0"
-
composer install
-
composer install
-
phpenv rehash
-
phpenv rehash
-
ln -s `pwd` htdocs/includes/squizlabs/php_codesniffer/CodeSniffer/Standards/PHPCompatibility
-
htdocs/includes/squizlabs/php_codesniffer/scripts/phpcs --version
-
htdocs/includes/squizlabs/php_codesniffer/scripts/phpcs --version
# - which phpcs
# - which phpcs
# - phpcs --version
# - phpcs --version
...
...
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