MailOnline/flashVPAID

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
env:
  - CXX=g++-4.8
addons:
  apt:
    sources:
      - ubuntu-toolchain-r-test
    packages:
      - g++-4.8
language: node_js
node_js:
  - 5
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq flashplugin-installer
  - npm install -g bower
  - npm install -g codeclimate-test-reporter
  - export DISPLAY=:99.0
  - sh -e /etc/init.d/xvfb start
after_script:
  - codeclimate-test-reporter < coverage/lcov.info