Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit dba072a

Browse files
author
Jed Mao
committed
Fix microtime package
1 parent b5ece99 commit dba072a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
sudo: false
22

3+
# iojs requires GCC 4.8
4+
# https://github.com/wadey/node-microtime/issues/34#issuecomment-138529797
5+
env:
6+
- CXX=g++-4.8
7+
addons:
8+
apt:
9+
sources:
10+
- ubuntu-toolchain-r-test
11+
packages:
12+
- g++-4.8
13+
314
language: node_js
415
node_js:
516
- iojs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"metalsmith-rss": "^1.0.0",
101101
"metalsmith-url": "^1.0.0",
102102
"metalsmith-watch": "^1.0.1",
103-
"microtime": "^1.2.0",
103+
"microtime": "^1.5.0",
104104
"nano-logger": "^1.0.0",
105105
"node-libs-browser": "^0.5.0",
106106
"normalize.css": "^3.0.3",

0 commit comments

Comments
 (0)