Skip to content

Commit

Permalink
fix(e2e): prevent chrome race condition (#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 Jun 20, 2016
1 parent e97fd9f commit 9df0ffe
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 9df0ffe

Please sign in to comment.