forked from cloudfoundry/bosh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
27 lines (22 loc) · 936 Bytes
/
.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
script: 'bundle exec rake --trace go $TASKS'
before_install:
- 'sudo apt-get update'
- 'git config --global user.email "[email protected]"'
- 'git config --global user.name "BOSH CI Push Pull"'
install:
- 'sudo apt-get install dnsutils'
- 'bundle install --local --without development'
rvm:
- ruby-2.1.2
env:
# limit unit test threads to 1 to avoid SimpleCov race conditions:
# https://github.com/colszowka/simplecov/issues/305
- COVERAGE=true BOSH_MAX_THREADS=1 TASKS="spec:unit ci:publish_coverage_report"
#- DB=postgres NUM_GROUPS=4 GROUP=1 TASKS="spec:integration"
#- DB=postgres NUM_GROUPS=4 GROUP=2 TASKS="spec:integration"
#- DB=postgres NUM_GROUPS=4 GROUP=3 TASKS="spec:integration"
#- DB=postgres NUM_GROUPS=4 GROUP=4 TASKS="spec:integration"
addons:
code_climate:
# master branch
repo_token: c5256f87295d0bf77f092dfa5f037b17ef17439c7342209256258084a54e410f