Skip to content

Commit 9df0ffe

Browse files
authored
fix(e2e): prevent chrome race condition (angular#1141)
This should help with flakyness on chrome tests, especially e2e. For more information see: - angular/protractor#2419 (comment) - angular/protractor#2419 (comment)
1 parent e97fd9f commit 9df0ffe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
dist: trusty
22
sudo: required
33
env:
4-
- NODE_VERSION=5 SCRIPT=lint
5-
- NODE_VERSION=5 SCRIPT=test
4+
global:
5+
- DBUS_SESSION_BUS_ADDRESS=/dev/null
6+
matrix:
7+
- NODE_VERSION=5 SCRIPT=lint
8+
- NODE_VERSION=5 SCRIPT=test
69
os:
710
- linux
811
- osx

0 commit comments

Comments
 (0)