This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
lesspass
mirror of
https://github.com/lesspass/lesspass.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
67
Wiki
Activity
Browse Source
Try to fix travis deployment
pull/342/head
Guillaume Vincent
6 years ago
parent
d725a4324b
commit
a1a677b6d4
1 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save