pure/.travis.yml

12 lines
315 B
YAML
Raw Normal View History

2013-06-05 20:49:21 +00:00
language: node_js
node_js:
2019-07-15 16:11:43 +00:00
- 12
branches:
only:
- master
script:
- git config --global user.name "${GH_NAME}"
- git config --global user.email "${GH_EMAIL}"
- echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
- cd site && npm install && GIT_USER="${GH_NAME}" npm run deploy