Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 43198b7

Browse files
committed
Testing only headless browsers (issues with Trusty and Xvfb)
1 parent f873072 commit 43198b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jdk:
1212

1313
env:
1414
- PROFILE=build
15-
- PROFILE=build,googlechrome
16-
- PROFILE=build,firefox
1715
- PROFILE=build,googlechromeheadless
1816
- PROFILE=build,firefoxheadless
1917

@@ -31,7 +29,6 @@ addons:
3129
before_install:
3230
- if [ ! -z "$GPG_SECRET_KEYS" ]; then echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import; fi
3331
- if [ ! -z "$GPG_OWNERTRUST" ]; then echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust; fi
34-
- .travis/setup_xvfb.sh
3532

3633
install: mvn --settings .travis/settings.xml verify -Dgpg.skip -B -V -P$PROFILE
3734
script: skip

0 commit comments

Comments
 (0)