Skip to content

Commit

Permalink
Add custom 'circle.yml' for running all the test using the oraclejdk8
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier-fernandez committed Nov 20, 2015
1 parent 0290716 commit 221905a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions circle.yml
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,15 @@
machine:
services:
- postgresql
- mysql
java:
version: oraclejdk8

dependencies:
pre:
- sudo apt-get update -qq
- sudo apt-get install -y python-sphinx

test:
override:
- sbt +testAll

0 comments on commit 221905a

Please sign in to comment.