Skip to content

Commit

Permalink
Merge pull request #3 from faultline/update-airbrake-js-0.9.6
Browse files Browse the repository at this point in the history
Update airbrake-js to 0.9.6
  • Loading branch information
k1LoW authored Sep 7, 2017
2 parents 2a26d29 + 7264ef9 commit 4755fb9
Show file tree
Hide file tree
Showing 16 changed files with 892 additions and 599 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
dist: trusty
sudo: required

language: node_js
node_js:
- "6.1"

before_install:
- sudo apt-get update
- sudo apt-get install -y libappindicator1 fonts-liberation
- wget https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
- sudo dpkg -i google-chrome*.deb
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

Loading

0 comments on commit 4755fb9

Please sign in to comment.