We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ece99 commit dba072aCopy full SHA for dba072a
.travis.yml
@@ -1,5 +1,16 @@
1
sudo: false
2
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
+
14
language: node_js
15
node_js:
16
- iojs
package.json
@@ -100,7 +100,7 @@
100
"metalsmith-rss": "^1.0.0",
101
"metalsmith-url": "^1.0.0",
102
"metalsmith-watch": "^1.0.1",
103
- "microtime": "^1.2.0",
+ "microtime": "^1.5.0",
104
"nano-logger": "^1.0.0",
105
"node-libs-browser": "^0.5.0",
106
"normalize.css": "^3.0.3",
0 commit comments