Skip to content

Instantly share code, notes, and snippets.

@destitutus
Created July 10, 2015 14:21
Show Gist options
  • Save destitutus/a5641a37625edf25e7e5 to your computer and use it in GitHub Desktop.
Save destitutus/a5641a37625edf25e7e5 to your computer and use it in GitHub Desktop.
box: node:0.10.38
no-response-timeout: 10
build:
# The steps that will be executed on build
steps:
- script:
name: ensure latest npm version
code: |
npm update -g npm
- script:
name: echo nodejs information
code: |
echo "node version $(node -v) running"
echo "npm version $(npm -v) running"
- npm-install
- script:
name: gulp
code: |
node ./node_modules/gulp/bin/gulp.js style
node ./node_modules/gulp/bin/gulp.js build
after-steps:
- dignifiedquire/flowdock-notify:
token: $FLOWDOCK_TOKEN
from_address: [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment