add travis

This commit is contained in:
Michael Schramm 2020-06-09 16:38:04 +02:00
parent e62c7e206f
commit 522db49d0a
3 changed files with 13 additions and 1 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: node_js
node_js:
- 12
cache:
directories:
- node_modules
script:
- yarn
- yarn lint

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- `SIGNUP_DISABLED=true` to prevent users from signing up
- travis lints
### Changed
### Fixed

View File

@ -1,6 +1,6 @@
# OhMyForm API
![Project Status](https://badgen.net/github/checks/ohmyform/api)
[![Build Status](https://travis-ci.org/ohmyform/api.svg?branch=master)](https://travis-ci.org/ohmyform/api)
![Latest Release](https://badgen.net/github/tag/ohmyform/api)
![Docker Pulls](https://badgen.net/docker/pulls/ohmyform/api)
[![Lokalise](https://badgen.net/badge/Lokalise/EN/green?icon=libraries)](https://app.lokalise.com/public/379418475ede5d5c6937b0.31012044/)