Browse Source

Test

pull/223/head
Ramiro Saenz 9 years ago
parent
commit
d2be1010d2
  1. 6
      .travis.yml

6
.travis.yml

@ -3,6 +3,10 @@ language: node_js
node_js: node_js:
- $NODE_VERSION - $NODE_VERSION
branches:
only:
- /\d+\.\d+\.\d+/
os: os:
- linux - linux
- osx - osx
@ -55,7 +59,7 @@ deploy:
- "dist/mac/*.dmg" - "dist/mac/*.dmg"
skip_cleanup: true skip_cleanup: true
overwrite: true overwrite: true
edge: true draft: true
on: on:
repo: saenzramiro/rambox repo: saenzramiro/rambox
tags: true tags: true

Loading…
Cancel
Save