showdown/.travis.yml

10 lines
178 B
YAML
Raw Normal View History

2012-11-02 02:08:26 +08:00
language: node_js
2012-11-02 06:23:06 +08:00
node_js:
2015-01-05 09:06:56 +08:00
- "0.6"
2015-01-05 09:06:08 +08:00
- "0.8"
- "0.10"
2015-01-05 09:00:01 +08:00
2015-01-05 09:06:08 +08:00
before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
- npm install -g npm@latest