Skip to content

Commit

Permalink
fix Travis environment
Browse files Browse the repository at this point in the history
  • Loading branch information
armish committed May 9, 2016
1 parent c0e821c commit 8b2111e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false # Use container-based infrastructure
language: node_js
node_js:
- "0.12"
- "5.1"

script: >
npm run build &&
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"mocha-phantomjs-istanbul": "0.0.2",
"number-to-locale-string": "^1.0.0",
"parse-data-uri": "^0.2.0",
"phantomjs": "^1.9.17",
"phantomjs": "1.9.17",
"prepush-hook": "^0.1.0",
"react-addons-test-utils": "^0.14.0",
"sinon": "^1.12.2",
Expand Down

0 comments on commit 8b2111e

Please sign in to comment.