Update .travis.yml

This commit is contained in:
Adrian Kumpf
2020-02-07 13:36:26 +01:00
parent 42960dc55d
commit efce9924c7
+2 -5
View File
@@ -2,18 +2,15 @@ language: elixir
services:
- postgresql
elixir:
- 1.9
- 1.10
otp_release:
- 22.0
- 22.2
env:
- MIX_ENV=test
cache:
directories:
- deps
- _build/
branches:
only:
- master
before_script:
- psql -c 'create database teslamate_test;' -U postgres
- psql -c "ALTER USER postgres WITH PASSWORD 'postgres';" -U postgres