Innqube/iq-bootstrap-table

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
dist: xenial
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
script:
  - npm run test
after_success:
  - bash <(curl -s https://codecov.io/bash)