Skip to content

Commit

Permalink
test: Update tests to make build pass again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Krems committed May 12, 2019
1 parent 8394480 commit 21cab91
Show file tree
Hide file tree
Showing 6 changed files with 5,106 additions and 13 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: node_js
node_js:
- iojs
- '8'
- '10'
- '12'
deploy:
provider: npm
email: jan.krems+quinnjs@gmail.com
api_key:
secure: O8m3S63crz/8eeg+Me3hZ6jJpVWB2S7blBTYEgdOtVg7OkALNd1D0Qc0hyOWxioGwrnqhMLBtSUhbLQ/4ziL4gbBl5WhMINwfXa4iy0WEHF0darxVbT1YF9uGs6iB64FWmWHvINuW2v0EcXxG2AHyOgyDFCGzX2lYbl4S4p9Elo=
on:
tags: true
repo: quinnjs/quinn
- provider: script
script: ./node_modules/.bin/nlm release
skip_cleanup: true
'on':
branch: master
node: '10'

0 comments on commit 21cab91

Please sign in to comment.