Skip to content

Commit

Permalink
Merge pull request #417 from eXist-db/ci-fix
Browse files Browse the repository at this point in the history
Ci fix
  • Loading branch information
duncdrum authored Apr 22, 2020
2 parents 78b789d + 903decf commit d6b4a1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
os: linux
dist: bionic

node_js:
- "node"
Expand All @@ -14,7 +16,7 @@ jobs:
script: skip
deploy:
provider: script
skip_cleanup: true
cleanup: false
on:
branch: master
script:
Expand All @@ -30,4 +32,4 @@ install:

notifications:
email: false
slack: exist-db:IXzUdqA0n11cnxaDz43ZQgdX
slack: exist-db:$SLACK_TOKEN
4 changes: 3 additions & 1 deletion generators/app/templates/ci/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ notifications:
email: false

language: node_js
os: linux
dist: bionic

node_js:
- "node"
- "12"
- "10"
- "8"

jdk:
- openjdk8
Expand All @@ -18,6 +19,7 @@ services:
env:
- img=existdb/existdb:latest
- img=existdb/existdb:release
- img=existdb/existdb:5.0.0
- img=existdb/existdb:4.7.1

cache:
Expand Down

0 comments on commit d6b4a1d

Please sign in to comment.