Skip to content

Commit

Permalink
fix(e2e): prevent chrome race condition (angular#1141)
Browse files Browse the repository at this point in the history
This should help with flakyness on chrome tests, especially e2e.

For more information see:
- angular/protractor#2419 (comment)
- angular/protractor#2419 (comment)
  • Loading branch information
filipesilva authored and EmmanuelAzuh committed Jul 1, 2016
1 parent 4e43153 commit 2509e1c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
dist: trusty
sudo: required
env:
- NODE_VERSION=5 SCRIPT=lint
- NODE_VERSION=5 SCRIPT=test
global:
- DBUS_SESSION_BUS_ADDRESS=/dev/null
matrix:
- NODE_VERSION=5 SCRIPT=lint
- NODE_VERSION=5 SCRIPT=test
os:
- linux
- osx
Expand Down

0 comments on commit 2509e1c

Please sign in to comment.