HEX
Server: Apache
System: Linux b:u:newjapaneti:1 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64
User: newjapaneti (381717)
PHP: 5.6.30
Disabled: apache_get_modules, apache_get_version, apache_reset_timeout, apache_getenv, apache_note, apache_setenv
Upload Files
File: //proc/self/cwd/docs/vendor/ng-table/.travis.yml
language: node_js
node_js:
  - 0.10

before_script:
  - export DISPLAY=:99.0
  - sh -e /etc/init.d/xvfb start
  - npm install -g karma-cli
  - npm install -g grunt-cli
  - npm install -g bower
  - npm install
  - bower install
  - grunt

script:
  - karma start --no-auto-watch --single-run --browsers Firefox

after_success:
  cat out/coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js