Skip to content

Commit

Permalink
ci(travis): added chrome for karma
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Jun 26, 2018
1 parent 7d62132 commit 35daa82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
dist: trusty
sudo: required
cache:
yarn: true
directories:
Expand All @@ -10,6 +12,12 @@ node_js:
- '8'
- '6'
- '4'
addons:
chrome: stable
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3 # give xvfb some time to start
install:
- yarn global add codecov typescript
- yarn
Expand Down

0 comments on commit 35daa82

Please sign in to comment.