Browse Source

Use ubuntu trusty for OTP 18 on Travis

Lars Hesel Christensen 5 years ago
parent
commit
7e4b80b943
1 changed files with 8 additions and 6 deletions
  1. 8 6
      .travis.yml

+ 8 - 6
.travis.yml

@@ -9,12 +9,14 @@ env:
   - PATH=".:/usr/lib/postgresql/10/bin:$PATH"
   - PATH=".:/usr/lib/postgresql/10/bin:$PATH"
 install: "true"
 install: "true"
 language: erlang
 language: erlang
-otp_release:
-  - 22.0
-  - 21.3
-  - 20.3
-  - 19.3
-  - 18.3
+matrix:
+  include:
+    - otp_release: 22.0
+    - otp_release: 21.3
+    - otp_release: 20.3
+    - otp_release: 19.3
+    - otp_release: 18.3
+      dist: trusty
 script:
 script:
   - make elvis
   - make elvis
   - make test
   - make test