mirror of
https://github.com/iconify/iconify.git
synced 2024-11-14 08:44:05 +00:00
26 lines
247 B
YAML
26 lines
247 B
YAML
|
---
|
||
|
language: node_js
|
||
|
node_js:
|
||
|
- "10"
|
||
|
|
||
|
dist: xenial
|
||
|
|
||
|
addons:
|
||
|
chrome: stable
|
||
|
|
||
|
cache:
|
||
|
directories:
|
||
|
- $HOME/.npm
|
||
|
|
||
|
env:
|
||
|
global:
|
||
|
# See https://git.io/vdao3 for details.
|
||
|
- JOBS=1
|
||
|
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
|
||
|
script:
|
||
|
- npm test
|