1
mirror of https://github.com/pure-css/pure synced 2024-11-22 05:32:20 +01:00
pure/.travis.yml
2020-04-27 10:42:40 -07:00

12 lines
315 B
YAML

language: node_js
node_js:
- 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