add travis
This commit is contained in:
parent
e62c7e206f
commit
522db49d0a
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
language: node_js
|
||||
|
||||
node_js:
|
||||
- 12
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
script:
|
||||
- yarn
|
||||
- yarn lint
|
||||
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# OhMyForm API
|
||||
|
||||

|
||||
[](https://travis-ci.org/ohmyform/api)
|
||||

|
||||

|
||||
[](https://app.lokalise.com/public/379418475ede5d5c6937b0.31012044/)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user