Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F113627
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/.travis.yml b/.travis.yml
index 1144ff6..0f25945 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,44 @@
language: elixir
sudo: false
-elixir:
- - 1.6.6
- - 1.7.2
- - 1.10.3
-otp_release:
- - 20.3
- - 21.0
- - 23.0
+
+# see https://hexdocs.pm/elixir/master/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp
+# and https://docs.travis-ci.com/user/languages/erlang/
+jobs:
+ include:
+ - elixir: 1.6.6
+ otp_release: 20.3.8
+ - elixir: 1.6.6
+ otp_release: 21.2
+
+ - elixir: 1.7.4
+ otp_release: 20.3.8
+ - elixir: 1.7.4
+ otp_release: 21.2
+ - elixir: 1.7.4
+ otp_release: 22.3.4
+
+ - elixir: 1.8.2
+ otp_release: 20.3.8
+ - elixir: 1.8.2
+ otp_release: 21.2
+ - elixir: 1.8.2
+ otp_release: 22.3.4
+
+ - elixir: 1.9.4
+ otp_release: 20.3.8
+ - elixir: 1.9.4
+ otp_release: 21.2
+ - elixir: 1.9.4
+ otp_release: 22.3.4
+
+ - elixir: 1.10.3
+ otp_release: 21.2
+ - elixir: 1.10.3
+ otp_release: 22.3.4
+ - elixir: 1.10.3
+ otp_release: 23.0.2
+
before_script:
- mix deps.get --only test
script:
- ./bin/checks.sh
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Nov 25, 1:46 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39810
Default Alt Text
(1 KB)
Attached To
Mode
R26 prometheus.ex
Attached
Detach File
Event Timeline
Log In to Comment