update ci config

This commit is contained in:
Sam 2018-09-09 11:59:10 +02:00
parent 768204e9ad
commit 97005599c9
4 changed files with 6 additions and 8 deletions

View File

@ -1,8 +1,5 @@
language: node_js
node_js: '9'
before_install:
- stty cols 80
node_js: '10'
dist: trusty
sudo: required
@ -19,9 +16,10 @@ services:
env:
global:
- DOCKER_COMPOSE_VERSION=1.14.0
- DOCKER_COMPOSE_VERSION=1.22.0
before_install:
- stty cols 80
- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose

View File

@ -1,4 +1,4 @@
FROM python:3.6.3
FROM python:3.7
MAINTAINER SamR1@users.noreply.github.com

View File

@ -1,4 +1,4 @@
FROM postgres:10.1
FROM postgres:10.5
MAINTAINER SamR1@users.noreply.github.com

View File

@ -1,4 +1,4 @@
FROM node:9.4.0
FROM node:10.9.0
MAINTAINER SamR1@users.noreply.github.com