-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
grpn-bulk-nlm
committed
Mar 4, 2016
1 parent
a4cce61
commit ee2b354
Showing
3 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,16 @@ language: node_js | |
node_js: | ||
- '0.10' | ||
- '4' | ||
services: memcached | ||
before_install: | ||
- npm install -g npm@latest-2 | ||
- npm install -g npm@latest-2 | ||
before_deploy: | ||
- git config --global user.email "[email protected]" | ||
- git config --global user.name "Groupon" | ||
- 'git config --global user.email "[email protected]"' | ||
- 'git config --global user.name "Groupon"' | ||
deploy: | ||
provider: script | ||
script: './node_modules/.bin/nlm release' | ||
script: ./node_modules/.bin/nlm release | ||
skip_cleanup: true | ||
on: | ||
'on': | ||
branch: master | ||
node: '4' | ||
services: memcached |
This file contains 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
This file contains 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