https://github.com/pascalgrimaud/jhipster-travis-tester
:construction_worker: Use Travis to test a JHipster project
https://github.com/pascalgrimaud/jhipster-travis-tester
Last synced: 8 months ago
JSON representation
:construction_worker: Use Travis to test a JHipster project
- Host: GitHub
- URL: https://github.com/pascalgrimaud/jhipster-travis-tester
- Owner: pascalgrimaud
- License: apache-2.0
- Created: 2016-10-23T15:56:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T12:37:12.000Z (about 9 years ago)
- Last Synced: 2025-07-27T03:45:23.603Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JHipster Travis Tester
[![Build Status][travis-image]][travis-url]
Travis build for pull requests: [jhipster-travis-tester/pull_requests](https://travis-ci.org/pascalgrimaud/jhipster-travis-tester/pull_requests)
## Introduction
This project is used to test with Travis a JHipster project.
## How to use
Simply change the `app/` folder by:
- editing the `app/.yo-rc.json` file
- editing the `app/config.sh` file, if you want to use a specific version of JHipster
- editing the `app/test.sh` file, to define the appropriate tests
You can add entities by:
- adding all json file to `.jhipster/`
- adding a `file.jdl`
Then, you can pull request.
Of course, you can fork the project and link your Travis account with your github project. So, you don't need to pull request.
[travis-image]: https://travis-ci.org/pascalgrimaud/jhipster-travis-tester.svg?branch=master
[travis-url]: https://travis-ci.org/pascalgrimaud/jhipster-travis-tester