Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

Commit 5a0075e

Browse files
committed
Get Karma testing on Chrome on Travis
1 parent d575fb6 commit 5a0075e

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
sudo: required
22
dist: trusty
3+
addons:
4+
apt:
5+
sources:
6+
- google-chrome
7+
packages:
8+
- google-chrome-stable
39
language: node_js
410
node_js:
5-
- 4.1
6-
before_script:
11+
- "4"
12+
before_install:
13+
- export CHROME_BIN=chromium-browser
714
- export DISPLAY=:99.0
815
- sh -e /etc/init.d/xvfb start
916
notifications:

0 commit comments

Comments
 (0)