Skip to content

Instantly share code, notes, and snippets.

@sr229
Created December 18, 2016 03:20
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 sr229/6655cb726409da450fbfa860236857f0 to your computer and use it in GitHub Desktop.
Save sr229/6655cb726409da450fbfa860236857f0 to your computer and use it in GitHub Desktop.
👀
sudo: required
dist: trusty
language: node_js
node_js:
- "6.9"
- "7.1"
install:
- npm -g install -S
- npm -v
- mkdir out
- npm install -g standard
- npm install -g babel-cli
- npm install babel-preset-latest --save
- npm install babel --save
notifications:
webhooks:
urls:
- road is gay
template: "%{repository} (%{commit}) : %{message} %{foo} - Build details: %{build_url}" #template used by the webhook to format msg
on_success: always # default: always
on_failure: always # default: always
on_start: always # default: never
script :
- babel src --no-comments --minified -D -d out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment