From 7799c6f264ca8b81ce9512d68825d3b2482edbb6 Mon Sep 17 00:00:00 2001 From: Leslie Zimmermann Date: Fri, 4 Aug 2023 12:20:46 +0200 Subject: [PATCH] chore(travis): remove travis from project --- .npmignore | 1 - .travis.yml | 10 ---------- README.md | 2 +- 3 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 .travis.yml diff --git a/.npmignore b/.npmignore index 97b6c4a6..e3eb7b46 100644 --- a/.npmignore +++ b/.npmignore @@ -7,7 +7,6 @@ test .editorconfig .eslintrc .gitignore -.travis.yml .prettierrc.yml .prettierignore rollup.browser.config.js diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1fe447cc..00000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: node_js -node_js: - - "stable" - - "lts/*" - -cache: - directories: - - node_modules - -sudo: false diff --git a/README.md b/README.md index 20edff7b..f7cc97df 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# React Geosuggest [![Build Status](https://travis-ci.org/ubilabs/react-geosuggest.svg?branch=master)](https://travis-ci.org/ubilabs/react-geosuggest) +# React Geosuggest A [React](https://reactjs.org/) autosuggest for the Google Maps Places API. You can also define your own suggests as defaults. Works with [Preact](https://github.com/developit/preact), too.