Skip to content

Commit 2509e1c

Browse files
filipesilvaEmmanuelAzuh
authored andcommitted
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 4e43153 commit 2509e1c

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)