mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
Update .travis.yml
This commit is contained in:
+2
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user