mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
16 lines
275 B
YAML
16 lines
275 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.8"
|
|
- "0.10"
|
|
|
|
before_install:
|
|
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
|
|
- npm install -g npm@latest
|
|
- npm install -g grunt-cli
|
|
|
|
#travis build speed up
|
|
sudo: false
|
|
cache:
|
|
directories:
|
|
- node_modules
|