Skip to content

Commit

Permalink
add travis to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
TwanoO67 committed Oct 21, 2017
1 parent 3cd2972 commit a46e523
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
dist: trusty
sudo: required
language: node_js
node_js:
- "8"
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
- echo $TRAVIS_BUILD_DIR
install:
- npm install
script:
- npm run lint
- npm run transpile

0 comments on commit a46e523

Please sign in to comment.