Skip to content

Commit

Permalink
Merge branch 'ci-updates'
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Feb 13, 2019
2 parents b92c404 + 2272fba commit 999bfff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
sudo: false
language: node_js
dist: xenial
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 = master
if: (branch = master) AND ( type = push )
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"url": "https://github.com/pelias/model/issues"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">=1.4.3"
"node": ">= 8.0.0"
},
"dependencies": {
"lodash": "^4.6.1",
Expand Down

0 comments on commit 999bfff

Please sign in to comment.