Fork-Awesome/.travis.yml

32 lines
433 B
YAML
Raw Permalink Normal View History

2018-09-20 20:50:06 +02:00
language:
- ruby
- node_js
install:
- bundle install
- npm install
script:
- npm run build
2018-09-25 23:25:25 +02:00
deploy:
- provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
local-dir: _site
on:
branch: master
2018-09-26 00:08:53 +02:00
tags: true
2018-09-26 00:21:02 +02:00
- provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
on:
branch: master
tags: true
2018-09-25 23:25:25 +02:00
# blocklist
branches:
except:
- gh-pages