mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
b3655c438f
Updated .travis.yml to match the example provided in the documentation https://semantic-release.gitbooks.io/semantic-release/content/docs/recipes/travis.html
17 lines
236 B
YAML
17 lines
236 B
YAML
language: node_js
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
notifications:
|
|
email: false
|
|
node_js: 8
|
|
before_script:
|
|
- npm prune
|
|
script:
|
|
- npm start
|
|
deploy:
|
|
provider: script
|
|
skip_cleanup: true
|
|
script:
|
|
- npx semantic-release
|