open-nomad/ui/.travis.yml
Alex Dadgar e5ec915ac3 sync
2017-09-19 10:08:23 -05:00

22 lines
249 B
YAML

---
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