Skip to content

Commit

Permalink
update to add deapStrictEqual and some minor formating issues to make…
Browse files Browse the repository at this point in the history
… it good upto node 6 (#18)
  • Loading branch information
calvinmetcalf committed May 18, 2016
1 parent 0044baa commit 96b4151
Show file tree
Hide file tree
Showing 4 changed files with 506 additions and 384 deletions.
28 changes: 26 additions & 2 deletions .travis.yml
@@ -1,6 +1,30 @@
language: node_js
node_js:
- '0.10'
before_install:
- npm install -g npm@2
- npm install -g npm
matrix:
include:
- node_js: '0.8'
env: TASK=test-node
- node_js: '0.10'
env: TASK=test-node
- node_js: '0.11'
env: TASK=test-node
- node_js: '0.12'
env: TASK=test-node
- node_js: 1
env: TASK=test-node
- node_js: 2
env: TASK=test-node
- node_js: 3
env: TASK=test-node
- node_js: 4
env: TASK=test-node
- node_js: 5
env: TASK=test-node
- node_js: '0.10'
env: TASK=test-browser
script: "npm run $TASK"
env:
global:
- secure: qThuKBZQtkooAvzaYldECGNqvKGPRTnXx62IVyhSbFlsCY1VCmjhLldhyPDiZQ3JqL1XvSkK8OMDupiHqZnNE0nGijoO4M/kaEdjBB+jpjg3f8I6te2SNU935SbkfY9KHAaFXMZwdcq7Fk932AxWEu+FMSDM+080wNKpEATXDe4=
Expand Down

0 comments on commit 96b4151

Please sign in to comment.