mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
14 lines
195 B
YAML
14 lines
195 B
YAML
language: node_js
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
notifications:
|
|
email: false
|
|
node_js: 8
|
|
before_script:
|
|
- npm prune
|
|
script:
|
|
- npm start
|
|
after_success:
|
|
- npm run semantic-release
|