Skip to content

Commit

Permalink
chore: Apply latest nlm generator
Browse files Browse the repository at this point in the history
  • Loading branch information
grpn-bulk-nlm committed Mar 7, 2016
1 parent 3a7222f commit 9905e06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ node_js:
- '0.10'
- '4'
before_install:
- npm install -g npm@latest-2
- npm install -g npm@latest-2
before_deploy:
- git config --global user.email "opensource@groupon.com"
- git config --global user.name "Groupon"
- 'git config --global user.email "opensource@groupon.com"'
- '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'
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"type": "git",
"url": "git+ssh://git@github.com/groupon/cson-parser"
},
"bugs": "https://github.com/groupon/cson-parser/issues",
"bugs": {
"url": "https://github.com/groupon/cson-parser/issues"
},
"scripts": {
"build": "rm -rf lib && coffee --no-header -cbo lib src",
"pretest": "npm run build",
Expand Down

0 comments on commit 9905e06

Please sign in to comment.