forked from sw360/sw360portal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
20 lines (19 loc) · 702 Bytes
/
.travis.yml
File metadata and controls
20 lines (19 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -----------------------------------------------------------------------------
# Copyright Siemens AG, 2016. Part of the SW360 Portal Project.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
#
# initial author: maximilian.huber@tngtech.com
# -----------------------------------------------------------------------------
sudo: required
dist: trusty
language: java
jdk: openjdk8
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y couchdb
- sudo ./scripts/install-thrift.sh
script: mvn install