Skip to content

Commit ec45738

Browse files
committed
Assume node 4+ or io.js
* Update travis config
1 parent e054778 commit ec45738

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

.travis.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
sudo: false
2-
env:
3-
- CXX=g++-4.8
4-
- LINK=g++
51
language: node_js
62
node_js:
7-
- "0.10"
8-
addons:
9-
apt:
10-
sources:
11-
- ubuntu-toolchain-r-test
12-
packages:
13-
- gcc-4.8
14-
- g++-4.8
3+
- "4.2.3"
4+
- "iojs-v2.5.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mathjax-node [![Build Status](https://travis-ci.org/mathjax/MathJax-node.svg?branch=develop)](https://travis-ci.org/mathjax/MathJax-node)
1+
# mathjax-node [![Build Status](https://travis-ci.org/physikerwelt/MathJax-node.svg)](https://travis-ci.org/physikerwelt/MathJax-node)
22

33
This repository contains files that provide APIs to call MathJax from
44
node.js programs. There is an API for converting individual math

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"url": "git://github.com/mathjax/MathJax-node.git"
2323
},
2424
"dependencies": {
25-
"jsdom": "3.1.1",
25+
"jsdom": "^6.0.0",
2626
"speech-rule-engine": "*",
2727
"yargs": "^3.0.0",
28-
"MathJax": "git+https://github.com/physikerwelt/MathJax#funap"
28+
"MathJax": "git+https://github.com/physikerwelt/MathJax#mathoid-1.0.0-alpha.0"
2929
},
3030
"scripts": {
3131
"test": "tape test/*.js"

0 commit comments

Comments
 (0)