Skip to content

Commit

Permalink
Include Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cristopher-rodrigues committed Dec 13, 2019
1 parent abd9b29 commit 8e197a8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
jdk: openjdk8

language: scala

scala:
- 2.12.1

env:
global:
- PFY_STREAMS_PIPE_ES_APP_ENV=test

before_script: ls && cd kafka-streams-examples

script:
- sbt compile
- sbt scalastyle
- sbt update
- sbt test

0 comments on commit 8e197a8

Please sign in to comment.