diff --git a/.travis.yml b/.travis.yml index 25b91c027bf52d3706f5fb37af64953d7a475eb3..86772260cde4bdeab237f2de3bac6135bf08f31a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: node_js node_js: -- '0.10' + - '0.10' script: -- make test-ci + - make test-ci deploy: provider: npm email: tatsy.mail@gmail.com @@ -11,3 +11,4 @@ deploy: on: tags: true repo: tatsy/markdown-it-imsize + branch: master