Skip to content

Instantly share code, notes, and snippets.

@JeffreyMFarley
Created August 23, 2017 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeffreyMFarley/a06401893087c65fd8a6d8166f72e4c8 to your computer and use it in GitHub Desktop.
Save JeffreyMFarley/a06401893087c65fd8a6d8166f72e4c8 to your computer and use it in GitHub Desktop.
A Travis file used for building assets and pushing to master
language: node_js
node_js:
- 8
install:
- npm install
script:
- npm test
deploy:
provider: script
skip_cleanup: true
script: .travis/pu.sh
on:
branch: master
tags: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment