Skip to content

Commit

Permalink
Merge pull request #485 from iamstolis/microtime-dependency
Browse files Browse the repository at this point in the history
Update of microtime dependency (so that npm install works on Node 4 and 5)
  • Loading branch information
briancavalier committed Apr 14, 2016
2 parents ade6393 + 9cbecad commit f9fa814
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -2,13 +2,22 @@ language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
sudo: false
script: npm run ci
branches:
only:
- dev
- master
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
global:
- SAUCE_USERNAME="cujojs-when"
- SAUCE_ACCESS_KEY="e5d3d1a5-bc49-4607-8a7e-702a512c7f60"
- CXX=g++-4.8
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"exorcist": "~0.4",
"jshint": "~2",
"json5": "~0.2",
"microtime": "~0",
"microtime": "~2",
"optimist": "~0.6",
"poly": "^0.6.1",
"promises-aplus-tests": "~2",
Expand Down

0 comments on commit f9fa814

Please sign in to comment.