[go: up one dir, main page]

Menu

[0f2391]: / .travis.yml  Maximize  Restore  History

Download this file

23 lines (17 with data), 414 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: java
jdk: oraclejdk8
services:
- mongodb
- redis-server
addons:
postgresql: "9.3"
before_script:
- psql -c 'create database orbit;' -U postgres
script: "mvn test -P withMongoTests,withPostgresTests,withRedisTests,withScala"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/066a8197f92d460e8530
on_success: always
on_failure: always
on_start: false