Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2571787
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/.travis.yml b/.travis.yml
index 75a8d6fa8..c3c3b0c9b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,33 +1,38 @@
language: php
dist: trusty
sudo: false
matrix:
fast_finish: true
include:
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
env: CODE_COVERAGE=1
- php: 7.2
- php: 7.3
- php: 7.4
+ env: BROWSER_TESTS=1
+ addons:
+ chrome: stable
cache:
directories:
- $HOME/.composer
install:
- if [ "$CODE_COVERAGE" != 1 ]; then phpenv config-rm xdebug.ini || true; fi
- cp composer.json-dist composer.json
+ - if [ "$BROWSER_TESTS" != 1 ]; composer require "laravel/dusk:~5.7.0" --no-update || true; fi
- composer remove endroid/qr-code --no-update
- composer install --prefer-dist
script:
- if [ "$CODE_COVERAGE" = 1 ]; then CODE_COVERAGE_ARGS="--coverage-text"; fi; vendor/bin/phpunit -c tests/phpunit.xml $CODE_COVERAGE_ARGS
+ - if [ "$BROWSER_TESTS" = 1 ]; then vendor/bin/phpunit -c tests/Browser/phpunit.xml; fi
notifications:
email: false
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Mar 19, 9:00 AM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
457993
Default Alt Text
(1 KB)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment