Skip to content

Commit

Permalink
Merge pull request #2 from Maksimall89/master
Browse files Browse the repository at this point in the history
feat: add .travis.yml and README.md
  • Loading branch information
jigarkhwar authored Dec 14, 2020
2 parents 374dc22 + ea01224 commit 1f38037
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
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
3 changes: 2 additions & 1 deletion README.md
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

0 comments on commit 1f38037

Please sign in to comment.