This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
negromate_origins/web/static/js/libjass/.travis.yml

8 lines
96 B
YAML
Raw Normal View History

2018-10-12 23:00:20 +02:00
language: node_js
node_js:
- "6"
- "7"
before_script:
- "node ./build.js doc"
sudo: false