forked from transmart/Rmodules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
20 lines (16 loc) · 700 Bytes
/
.travis.yml
File metadata and controls
20 lines (16 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: groovy
jdk:
- oraclejdk7
before_install:
- mkdir -p ~/.m2
- bash -c '{ curl http://files.thehyve.net/caches/grails_2.3.3_mvncache.tar.gz | tar -C ~/.m2 -xzf -; } || true'
- git clone --depth 1 git://github.com/thehyve/transmart-travis.git ~/ts-travis
- source ~/ts-travis/init.sh
- source ~/ts-travis/grails_inline.sh
- source ~/ts-travis/maven_dep.sh
install:
- maybe_build_maven_dep $(travis_get_owner)/transmart-core-api core-api
- maybe_make_inline_grails_dep $(travis_get_owner)/transmart-core-db core-db . transmart-core-db-tests
script:
- grails refresh-dependencies --non-interactive
- grails test-app --non-interactive --stacktrace