mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

* remove node.js webui * temp commit * flesh out web ui * add documentation * add ray timeline * Small changes to documentation and formatting.
19 lines
290 B
YAML
19 lines
290 B
YAML
language: node_js
|
|
sudo: required
|
|
dist: trusty
|
|
addons:
|
|
firefox: latest
|
|
apt:
|
|
sources:
|
|
- google-chrome
|
|
packages:
|
|
- google-chrome-stable
|
|
node_js:
|
|
- '6'
|
|
- '5'
|
|
- '4'
|
|
before_script:
|
|
- npm install -g bower polymer-cli
|
|
- bower install
|
|
script:
|
|
- xvfb-run npm test
|