diff --git a/.travis.yml b/.travis.yml index 7a589da..fb0f443 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js node_js: - - "0.10" + - "0.12" diff --git a/package.json b/package.json index 6082c9c..4eefda8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "stylus": "0.47.1", "mocha": "1.20.1", "mocha-phantomjs": "3.5.0", - "phantomjs": "1.9.7-12", + "phantomjs": "1.9.8", "sinon": "1.10.2", "chai": "1.9.1" },