1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 05:25:27 +02:00
documize/gui/.travis.yml

22 lines
249 B
YAML
Raw Normal View History

2016-07-07 18:54:16 -07:00
---
language: node_js
node_js:
- "6"
2016-07-07 18:54:16 -07:00
sudo: false
cache:
directories:
- $HOME/.npm
2016-07-07 18:54:16 -07:00
before_install:
- npm config set spin false
2017-07-14 12:58:33 +01:00
- npm install -g phantomjs-prebuilt
- phantomjs --version
2016-07-07 18:54:16 -07:00
install:
- npm install
script:
- npm test