Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #56 from pelias/ci-and-nodejs-updates
Browse files Browse the repository at this point in the history
CI and Node.js updates
  • Loading branch information
orangejulius authored Nov 3, 2018
2 parents 13b0339 + eccd6a1 commit c3a15ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ jobs:
build:
working_directory: /app
docker:
- image: docker:17.05.0-ce-git
- image: docker:18.06.1-ce-git
steps:
- checkout
- setup_remote_docker
- run:
name: Build and push image to Docker Hub
command: sh .circleci/docker.sh
command: apk --no-cache add curl bash && curl "https://raw.githubusercontent.com/pelias/ci-tools/master/build-docker-images.sh" | bash -
35 changes: 0 additions & 35 deletions .circleci/docker.sh

This file was deleted.

3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: node_js
notifications:
email: false
node_js:
- 6
- 8
- 10
matrix:
Expand All @@ -19,4 +18,4 @@ jobs:
- stage: release
node_js: 10
script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash -
if: branch = production
if: (branch = master) AND ( type = push )
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Mapzen",
"license": "MIT",
"engines": {
"node": ">= 6.0.0"
"node": ">= 8.0.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,7 +44,7 @@
"test"
],
"release": {
"branch": "production",
"branch": "master",
"success": []
}
}

0 comments on commit c3a15ae

Please sign in to comment.