Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomka committed Jan 16, 2018
1 parent e528f9e commit f0289e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sudo: required
language: node_js
node_js:
- '8'
cache: yarn
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- yarn build:dll
addons:
chrome: stable

0 comments on commit f0289e9

Please sign in to comment.