-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Maksimall89/master
feat: add .travis.yml and README.md
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
language: scala | ||
|
||
jdk: | ||
- openjdk11 | ||
|
||
jobs: | ||
include: | ||
- stage: Tests | ||
name: Unit tests | ||
script: | ||
- sbt compile test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# gatling-jdbc-plugin | ||
Simple gatling plugin for JDBC | ||
[![Build Status](https://travis-ci.com/TinkoffCreditSystems/gatling-jdbc-plugin.svg?branch=master)](https://travis-ci.com/TinkoffCreditSystems/gatling-jdbc-plugin) [![Maven Central](https://img.shields.io/maven-central/v/ru.tinkoff/gatling-jdbc-plugin_2.12.svg?color=success)](https://search.maven.org/search?q=ru.tinkoff.gatling-jdbc-plugin) | ||
Simple gatling plugin for JDBC |