forked from gonmarques/slick-repo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
40 lines (39 loc) · 2.13 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# MIT License
#
# Copyright (c) 2016 Gonçalo Marques
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
sudo: required
services:
- docker
language: scala
script: >
sbt compile &&
sbt "project mysql" docker &&
sbt "project oracle-build" buildOracle &&
sbt "project postgres" docker &&
sbt "project mysql" dockerComposeUp &&
sbt test &&
sbt alldbs:test &&
sbt "project mysql" dockerComposeStop
after_success:
- sbt coverageReport coveralls
env:
global:
secure: "FEMOF8BzuqL5oEIHHh/FP4u2XDWmJEhGN9Z6LLHbRYfp1o0DrSXsscO1FnwuzYg4yj9iYiWVYChRyy7feXBLmb/Zk94579fLyaFMD+3/vQr9dTk0WhEWr5/g7SuUYyAd4d+2ir73NddDW3umzjPmmVptBK3cPdF3p9qrpzXWgyavjdGsrdcxhfNALEkBGY04pptLUczoFB5coQRhwp0yyeVzjJQrn57NEfSVKq5tMpkYJLCQoUPOoLB6h2PTqahmfi8JE9cqhExl31lkRn72hFhF34VvcXEyBZtrKQsrqmnwFoFPWZ8PKGPai+5wPConAQvM3FFiJrCfYrIgxc53QdZ+e62wnnsPYfuXzqtCURtw6GQy7mTOxq7U1MvoTETqdo31S9wRIKW++Z0kzemV3jd13tS0UxWG0BIyE97mufow+6HcvwZ4YZ8j9qnjBotmhKyCbbrb0o7c81WOw8u0s0qyzVRz7Mg0B2RaMbmz2riVyNIBXeUte/ucgQC5HUQm+jIMgO13wkZ7vHPjuaqjH7KO/o1X2l09ws35WtmqM8hhJu5dEF+3eG1m/gHZAvvfzxOTNDAOLI0Agdp8DJzTnXGO1TPJ4WyvTss8fE2N8hkdfoTEJ6YWDy1klGq8sEatK9prfoz/RKWB8+cK0+C+VzTkAKdZvKdB4oyP74/pqfE="