Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 628cc41

Browse files
committed
chore
1 parent 8851e0d commit 628cc41

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ cache:
99
- "$HOME/.cache/electron"
1010
- "$HOME/.cache/electron-builder"
1111

12+
before_install:
13+
- npm install -g greenkeeper-lockfile@1
14+
1215
before_script:
1316
- git lfs pull
17+
- greenkeeper-lockfile-update
18+
19+
after_script: greenkeeper-lockfile-upload
1420

1521
script:
1622
- |

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# eDEX-UI
22

3-
[![Greenkeeper badge](https://badges.greenkeeper.io/GitSquared/edex-ui.svg)](https://greenkeeper.io/)
4-
5-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/93b816722c4e4af2bdf401b8187b8a2d)](https://www.codacy.com/app/GitSquared/edex-ui?utm_source=github.com&utm_medium=referral&utm_content=GitSquared/edex-ui&utm_campaign=Badge_Grade) [![Dependency Status](https://gemnasium.com/badges/github.com/GitSquared/edex-ui.svg)](https://gemnasium.com/github.com/GitSquared/edex-ui) [![Build Status](https://travis-ci.org/GitSquared/edex-ui.svg?branch=master)](https://travis-ci.org/GitSquared/edex-ui)
3+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/93b816722c4e4af2bdf401b8187b8a2d)](https://www.codacy.com/app/GitSquared/edex-ui?utm_source=github.com&utm_medium=referral&utm_content=GitSquared/edex-ui&utm_campaign=Badge_Grade) [![Greenkeeper badge](https://badges.greenkeeper.io/GitSquared/edex-ui.svg)](https://greenkeeper.io/) [![Build Status](https://travis-ci.org/GitSquared/edex-ui.svg?branch=master)](https://travis-ci.org/GitSquared/edex-ui)
64

75
A Sci-fi interactive desktop interface heavily inspired from [DEX-UI](https://github.com/seenaburns/dex-ui) and the [TRON Legacy movie effects](http://jtnimoy.com/blogs/projects/14881671), made cross-platform and easy to install with [Electron](https://github.com/electron/electron).

0 commit comments

Comments
 (0)