Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleDave committed Jun 28, 2017
2 parents 6d15ab6 + cf9e2fd commit cd351ce
Show file tree
Hide file tree
Showing 4 changed files with 1,320 additions and 5 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
dist: trusty
sudo: required
language: node_js
node_js:
- "6"
os:
- linux
env:
global:
- DBUS_SESSION_BUS_ADDRESS=/dev/null
- DISPLAY=:99.0
- CHROME_BIN=chromium-browser
before_script:
- sh -e /etc/init.d/xvfb start
install:
- npm install
cache:
directories:
- "node_modules"
script:
- npm run build
Loading

0 comments on commit cd351ce

Please sign in to comment.