Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspiders/node-testing-in-travis
Mimimalistic Node testing in Travic CI
https://github.com/softspiders/node-testing-in-travis
ci continuous-integration devops hello-world helloworld javascript jest js min node softspider softspiders ss starter template test testing travis
Last synced: about 16 hours ago
JSON representation
Mimimalistic Node testing in Travic CI
- Host: GitHub
- URL: https://github.com/softspiders/node-testing-in-travis
- Owner: softspiders
- License: mit
- Created: 2019-05-02T08:33:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:50:41.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T22:43:28.436Z (7 months ago)
- Topics: ci, continuous-integration, devops, hello-world, helloworld, javascript, jest, js, min, node, softspider, softspiders, ss, starter, template, test, testing, travis
- Language: JavaScript
- Size: 1.04 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# Mimimalistic Node App building in Travis CI
---
## Feature tags
- build
- ci
- jest
- starter
- template
- travis
- nodejs## Direct ancestors - also by code
[jest-starter](https://github.com/softspiders/jest-starter)
## Direct descendants
[node-travis-heroku-cd](https://github.com/softspiders/node-travis-heroku-cd) - also by code
---## Authors
[Alexander Lapygin](https://github.com/AlexanderLapygin)
---
## Requirements
[Node.js](https://nodejs.org/en/download/package-manager/)
---
## Installation
```sh
yarn
```---
## Running test
```sh
yarn test
```---
## Building in Travis CI
TBD
### License
Licensed under the [MIT license](./LICENSE)