Skip to content

Commit

Permalink
trying to run protractor
Browse files Browse the repository at this point in the history
  • Loading branch information
troolee committed Mar 2, 2016
1 parent f08a641 commit cb35137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ install:
- npm install -g bower
- bower install
- npm install
- webdriver-manager update
- webdriver-manager update --standalone

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:0:0
- /etc/init.d/xvfb :0 -ac -screen 0 1280x1024x24 &
- webdriver-manager start &

script:
Expand Down

0 comments on commit cb35137

Please sign in to comment.