forked from petermueller/waffle_gcs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
40 lines (36 loc) · 964 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
language: elixir
# Elixir and OTP compatibilty chart: https://hexdocs.pm/elixir/master/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
elixir:
- 1.4 # supports 18-19 (with 20 added in 1.4.5)
- 1.5 # supports 18-20
- 1.6 # supports 19-20 (with 21 added in 1.6.6)
- 1.7 # supports 19-22
- 1.8 # supports 20-22
- 1.9 # supports 20-22
otp_release:
- 19.3
- 20.3
- 21.3
- 22.0
matrix:
exclude:
- elixir: 1.4
otp_release: 21.3
- elixir: 1.4
otp_release: 22.0
- elixir: 1.5
otp_release: 21.3
- elixir: 1.5
otp_release: 22.0
- elixir: 1.6
otp_release: 22.0
- elixir: 1.8
otp_release: 19.3
- elixir: 1.8
otp_release: 19.3
- elixir: 1.9
otp_release: 19.3
before_install:
- openssl aes-256-cbc -K $encrypted_1fc90f464345_key -iv $encrypted_1fc90f464345_iv
-in config/waffle-gcs-test.json.enc -out config/waffle-gcs-test.json -d
- export GCP_CREDENTIALS=`cat config/waffle-gcs-test.json`