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
fix travis error
pull/44/head
Guillaume Vincent
8 years ago
parent
874a4923af
commit
996daab971
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.travis.yml
+ 2
- 2
.travis.yml
View File
@@ -1,4 +1,4 @@
language: node_js
before_script: cd frontend
node_js:
- 4
- 4
script: cd frontend && npm install && npm test
Write
Preview
Loading…
Cancel
Save