Created
December 18, 2016 03:20
-
-
Save sr229/6655cb726409da450fbfa860236857f0 to your computer and use it in GitHub Desktop.
👀
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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