-
Notifications
You must be signed in to change notification settings - Fork 35
/
.travis.yml
57 lines (48 loc) · 902 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
sudo: false
dist: trusty
language: java
jdk:
- oraclejdk8
notifications:
email: false
addons:
apt:
packages:
- libreadline-dev
- libncurses5-dev
- libpcre3-dev
- libssl-dev
- build-essential
env:
global:
- LUAROCKS=3.2.1
- OPENRESTY=1.15.8.2
- DOWNLOAD_CACHE=$HOME/download-cache
- INSTALL_CACHE=$HOME/install-cache
- PERL_DIR=$HOME/perl5
matrix:
- LUA="lua 5.1"
- LUA="lua 5.2"
- LUA="luajit 2.0"
- LUA="luajit 2.1"
- OPENRESTY_TESTS=true
CASSANDRA=3.11.4
- OPENRESTY_TESTS=true
CASSANDRA=2.2.14
- OPENRESTY_TESTS=true
CASSANDRA=2.1.21
before_install:
- source .ci/setup_env.sh
install:
- make install
script:
- .ci/run_tests.sh
cache:
cpan: true
apt: true
pip: true
directories:
- $PERL_DIR
- $DOWNLOAD_CACHE
- $INSTALL_CACHE
- $HOME/.ccm/repository/