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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
758d8cef
Commit
758d8cef
authored
7 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Test
parent
6fe96b32
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+9
-9
9 additions, 9 deletions
.travis.yml
with
9 additions
and
9 deletions
.travis.yml
+
9
−
9
View file @
758d8cef
...
...
@@ -8,15 +8,15 @@ language: php
php
:
-
'
5.3'
-
'
5.4'
-
'
5.5'
-
'
5.6'
-
'
7.0'
-
'
7.1'
-
nightly
#
- '5.4'
#
- '5.5'
#
- '5.6'
#
- '7.0'
#
- '7.1'
#
- nightly
addons
:
mariadb
:
'
10.0'
#
mariadb: '10.0'
postgresql
:
'
9.3'
apt
:
sources
:
...
...
@@ -261,7 +261,7 @@ script:
echo "Checking PHP syntax errors"
# Ensure we catch errors
set -e
parallel-lint --exclude htdocs/includes --blame .
#
parallel-lint --exclude htdocs/includes --blame .
set +e
echo
...
...
@@ -272,7 +272,7 @@ script:
# Ensure we catch errors
set -e
# Exclusions are defined in the ruleset.xml file
phpcs -s -n -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 .
#
phpcs -s -n -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 .
set +e
echo
...
...
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