Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
e2529b61
Commit
e2529b61
authored
Mar 13, 2017
by
Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Travis: use older version of PHPUnit
parent
ec882b4b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
.travis.yml
.travis.yml
+3
-1
No files found.
.travis.yml
View file @
e2529b61
...
@@ -17,6 +17,8 @@ notifications:
...
@@ -17,6 +17,8 @@ notifications:
before_script
:
before_script
:
# PHP_CodeSniffer
# PHP_CodeSniffer
-
curl -L -o phpcs.phar https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
-
curl -L -o phpcs.phar https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
# PHPUnit - manually download old version so that it works on PHP 7
-
curl -L -o phpunit.phar https://phar.phpunit.de/phpunit-4.8.35.phar
# Basic config required for PHPUnit
# Basic config required for PHPUnit
-
cp qa-tests/phpunit-qa-config.php qa-config.php
-
cp qa-tests/phpunit-qa-config.php qa-config.php
...
@@ -24,4 +26,4 @@ script:
...
@@ -24,4 +26,4 @@ script:
# PHP_CodeSniffer
# PHP_CodeSniffer
-
php phpcs.phar --report=emacs --extensions=php --standard=qa-tests/phpcs/ruleset.xml .
-
php phpcs.phar --report=emacs --extensions=php --standard=qa-tests/phpcs/ruleset.xml .
# PHPUnit
# PHPUnit
-
php
unit
--bootstrap qa-tests/autoload.php qa-tests
-
php
phpunit.phar
--bootstrap qa-tests/autoload.php qa-tests
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment