Skip to content

Commit

Permalink
Make Travis run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoks committed Sep 26, 2019
1 parent 60dedaa commit cb5c922
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
dist: xenial
services:
- xvfb
language: node_js
node_js:
- "stable"

cache:
directories:
- node_modules

# Google Chrome
#
# https://github.com/travis-ci/travis-ci/issues/272#issuecomment-14402117
# http://stackoverflow.com/questions/19255976/how-to-make-travis-execute-angular-tests-on-chrome-please-set-env-variable-chr
#
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- stable
addons:
chrome: stable

0 comments on commit cb5c922

Please sign in to comment.