Skip to content

Commit 4755fb9

Browse files
authored
Merge pull request #3 from faultline/update-airbrake-js-0.9.6
Update airbrake-js to 0.9.6
2 parents 2a26d29 + 7264ef9 commit 4755fb9

File tree

16 files changed

+892
-599
lines changed

16 files changed

+892
-599
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
dist: trusty
2+
sudo: required
3+
14
language: node_js
25
node_js:
36
- "6.1"
7+
8+
before_install:
9+
- sudo apt-get update
10+
- sudo apt-get install -y libappindicator1 fonts-liberation
11+
- wget https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
12+
- sudo dpkg -i google-chrome*.deb
13+
- export DISPLAY=:99.0
14+
- sh -e /etc/init.d/xvfb start
15+

0 commit comments

Comments
 (0)