mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
travis fix try 2
This commit is contained in:
parent
265ff507e0
commit
1c048fdca9
11
.travis.yml
11
.travis.yml
|
@ -1,8 +1,9 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 0.6
|
||||
- 0.8
|
||||
- 0.10
|
||||
. "0.6"
|
||||
- "0.8"
|
||||
- "0.10"
|
||||
|
||||
before_script:
|
||||
- npm update -g npm
|
||||
before_install:
|
||||
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
|
||||
- npm install -g npm@latest
|
||||
|
|
Loading…
Reference in New Issue
Block a user