Skip to content

Commit

Permalink
Merge a873671 into e3d735c
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Nov 7, 2019
2 parents e3d735c + a873671 commit fcd3e02
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
branches:
only:
- master

addons:
apt:
packages:
- build-essential
- python

jobs:
include:
- stage: test
name: "Unit Tests: Node 8"
name: "Unit Tests: Node 10"
language: node_js
sudo: required
dist: xenial

node_js:
- "8"
- "10"

services:
- mysql
Expand All @@ -32,13 +38,13 @@ jobs:
- npm run test:coveralls

- stage: test
name: "Unit Tests: Node 10"
name: "Unit Tests: Node 12"
language: node_js
sudo: required
dist: xenial

node_js:
- "10"
- "12"

services:
- mysql
Expand Down Expand Up @@ -70,4 +76,4 @@ jobs:

script:
- npm run lint:md
- npm run lint:text
- npm run lint:text
2 changes: 1 addition & 1 deletion extras/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=8.16.1-slim
ARG NODE_VERSION=10.17.0-slim
FROM node:${NODE_VERSION}
ARG GITHUB_ACCOUNT=ging
ARG GITHUB_REPOSITORY=fiware-idm
Expand Down

0 comments on commit fcd3e02

Please sign in to comment.