Files
yoga/.travis.yml
Héctor Ramos 178b8f5f64 Update config files to use LICENSE-examples
Summary: Use examples license in config files.

Reviewed By: sophiebits

Differential Revision: D7174444

fbshipit-source-id: 50c2369b18abd9d7fff9b4a66788fd67a5b40a0c
2018-03-08 10:21:51 -08:00

26 lines
349 B
YAML

language: node_js
node_js:
- "8"
install:
- cd website
- yarn --ignore-scripts
- cd ..
script:
- cd website
- yarn build
- cd ..
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
fqdn: yogalayout.com
local-dir: website/public
email: yogabot@fb.com
name: Yoga-bot
keep-history: true
on:
branch: master