forked from scalatra/scalatra-website-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
44 lines (44 loc) · 1.77 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
41
42
43
44
language: scala
jdk:
- openjdk7
services:
- mongodb
env:
- TEST_DIR=2.2/async/akka-examples
- TEST_DIR=2.2/async/scalatra-atmosphere-example
- TEST_DIR=2.2/deployment/scalatra-cloudbees
- TEST_DIR=2.2/deployment/scalatra-heroku
- JELASTIC_USERNAME="[email protected]" JELASTIC_PWD="iluvyou" TEST_DIR=2.2/deployment/scalatra-jelastic
- TEST_DIR=2.2/formats/scalatra-commands
- TEST_DIR=2.2/http/authentication-demo
- TEST_DIR=2.2/http/scalatra-gzip
- TEST_DIR=2.2/http/scalatra-http-client
- TEST_DIR=2.2/http/scalatra-http-demo
- TEST_DIR=2.2/http/scentry-auth-demo
- TEST_DIR=2.2/persistence/riak-example
- TEST_DIR=2.2/persistence/scalatra-casbah-example
- TEST_DIR=2.2/persistence/scalatra-slick
- TEST_DIR=2.2/persistence/scalatra-squeryl
- TEST_DIR=2.2/resources/scalatra-coffeescript
- TEST_DIR=2.2/resources/scalatra-less-css
- TEST_DIR=2.2/swagger-example
- TEST_DIR=2.2/views/scalatra-twirl
- TEST_DIR=2.3/async/akka-examples
- TEST_DIR=2.3/async/scalatra-atmosphere-embedded
- TEST_DIR=2.3/async/scalatra-atmosphere-example
- TEST_DIR=2.3/deployment/scalatra-heroku
- JELASTIC_USERNAME="[email protected]" JELASTIC_PWD="iluvyou" TEST_DIR=2.3/deployment/scalatra-jelastic
- TEST_DIR=2.3/formats/scalatra-commands
- TEST_DIR=2.3/http/authentication-demo
- TEST_DIR=2.3/http/scalatra-gzip
- TEST_DIR=2.3/http/scalatra-http-client
- TEST_DIR=2.3/http/scalatra-http-demo
- TEST_DIR=2.3/http/scentry-auth-demo
- TEST_DIR=2.3/persistence/riak-example
- TEST_DIR=2.3/persistence/scalatra-casbah-example
- TEST_DIR=2.3/persistence/scalatra-slick
- TEST_DIR=2.3/persistence/scalatra-squeryl
- TEST_DIR=2.3/resources/scalatra-coffeescript
- TEST_DIR=2.3/resources/scalatra-less-css
- TEST_DIR=2.3/swagger-example
script: cd $TEST_DIR && ./sbt test