Fork-Awesome/.travis.yml

32 lines
433 B
YAML
Raw Normal View History

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