open-nomad/ui/.travis.yml

22 lines
249 B
YAML
Raw Normal View History

2017-09-19 14:47:10 +00:00
---
language: node_js
node_js:
- "6"
sudo: false
cache:
directories:
- $HOME/.npm
before_install:
- npm config set spin false
- npm install -g phantomjs-prebuilt
- phantomjs --version
install:
- npm install
script:
- npm test