Skip to content

Commit

Permalink
chore: Modernize travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Krems committed Aug 14, 2017
1 parent eb790cc commit 0d9759a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
language: node_js
node_js:
- '0.10'
- '4'
before_install:
- npm install -g npm@latest-2
before_deploy:
- 'git config --global user.email "opensource@groupon.com"'
- 'git config --global user.name "Groupon"'
- '6'
- '8'
deploy:
provider: script
script: ./node_modules/.bin/nlm release
skip_cleanup: true
'on':
branch: master
node: '4'
node: '8'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"form-data": "^1.0.0-rc4",
"mocha": "^2.0.0",
"mochify": "^2.17.0",
"nlm": "^2.0.0",
"nlm": "^3.0.0",
"promise": "^7.1.1",
"whatwg-fetch": "^0.11.0"
},
Expand Down

0 comments on commit 0d9759a

Please sign in to comment.