Skip to content

Commit

Permalink
Add travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
voidcontext committed Mar 15, 2020
1 parent 80b0f8b commit bbadab3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: scala
scala:
- 2.13.1

jdk:
- openjdk8

services:
- docker

before_install:
- sh docker/static_files/pre_build.sh
- docker-compose up -d

0 comments on commit bbadab3

Please sign in to comment.