TIF_E41200319/Website/public/library/chocolat/.travis.yml

15 lines
261 B
YAML

language: node_js
node_js:
- "8"
- "10"
install:
- npm install
before_script:
- phantomjs --version
- mocha-phantomjs --version
- gulp compile-coffee &
- sleep 5
script:
- prettier-check src/js/*.js test/*.js
- mocha-phantomjs test/index.html