mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-25 10:54:28 -06:00
Fix travis config
This commit is contained in:
parent
c2cf41fc16
commit
cac5699594
10
.travis.yml
10
.travis.yml
@ -1,10 +1,12 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "5"
|
||||
- "4"
|
||||
- '0.12'
|
||||
- '5.1'
|
||||
- '5.0'
|
||||
- '4.1'
|
||||
- '4.0'
|
||||
- '0.12'
|
||||
before_script:
|
||||
- npm install -g gulp
|
||||
- npm install -g gulp
|
||||
script: gulp
|
||||
deploy:
|
||||
provider: npm
|
||||
|
Loading…
x
Reference in New Issue
Block a user