Skip to content

Commit

Permalink
test(e2e): run e2e tests on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbcross committed Jun 21, 2016
1 parent b023050 commit 2a81dfe
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,22 @@ cache:
env:
- CXX=g++-4.8

before_install:
- export CHROME_BIN=chromium-browser

install:
- npm install
- ./node_modules/.bin/typings install

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

script:
- npm run build
- npm run build_e2e
- ./node_modules/.bin/protractor protractor.conf.js
- ./node_modules/.bin/karma start --single-run --browsers Firefox
# Can't run until https://github.com/angular/protractor/issues/2784 is resolved
#- ./node_modules/.bin/protractor protractor.conf.js --browser firefox


notifications:
webhooks:
Expand Down

0 comments on commit 2a81dfe

Please sign in to comment.