osm-liberty-dark/.travis.yml

12 lines
139 B
YAML
Raw Normal View History

2016-08-07 16:01:16 +02:00
language: node_js
sudo: false
node_js:
2018-11-18 20:42:51 +01:00
- '10'
2016-08-07 16:01:16 +02:00
branches:
only:
- gh-pages
script:
2020-01-14 12:53:17 -05:00
- npm install
- npm run validate
- npm run diff