aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
-rw-r--r--README.md9
2 files changed, 2 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 11a29eb..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-language: node_js
-node_js:
- - node
-
-script:
- - npm run lint
diff --git a/README.md b/README.md
index 75ec046..9fdec8c 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,12 @@
# [Traccar Web Interface](https://www.traccar.org)
-[![Build Status](https://travis-ci.org/traccar/traccar-web.svg?branch=master)](https://travis-ci.org/traccar/traccar-web)
## Overview
Traccar is open source server for various GPS tracking devices. This repository contains web interface for the Traccar platform. For back-end checkout [main Traccar repository](https://github.com/tananaev/traccar).
-Icons are generously provided by [Font Awesome](http://fontawesome.io/) and [Icons8](https://icons8.com/). We are also using [BrowserStack](https://www.browserstack.com/) to test compatibility with various platforms and browser versions.
+## New version
-## New version under construction
-
-A new version is being developed https://github.com/traccar/traccar-web/tree/modern/modern
-
-You can read about why write a new client here https://github.com/traccar/traccar-web/issues/592
+A new version of the web app is under development alongside original web app. It will be available under Apache open source license. It uses React, Material UI and other modern web frameworks. Check [modern](https://github.com/traccar/traccar-web/tree/master/modern) folder for more details.
## Team