mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore(travis): build speedup
This commit is contained in:
parent
d4f619c666
commit
f1211ac916
|
@ -6,3 +6,9 @@ node_js:
|
|||
before_install:
|
||||
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
|
||||
- npm install -g npm@latest
|
||||
|
||||
#travis build speed up
|
||||
sudo: false
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
|
Loading…
Reference in New Issue
Block a user