Browse Source

Try to fix travis deployment

pull/342/head
Guillaume Vincent 6 years ago
parent
commit
a1a677b6d4
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      .travis.yml

+ 2
- 4
.travis.yml View File

@@ -1,13 +1,11 @@
dist: trusty
sudo: required
language: node_js
node_js:
- 6
- 'node'
env:
- EXTENSION_ID=lcmbpoclaodbgkbjafnkbbinogcbnjih
deploy:
provider: script
skip_cleanup: true
script: npm run release
on:
branch: master
tags: true

Loading…
Cancel
Save