Merge pull request #101 from LegacyGamerHD/patch-2

fix circleci and travis starting
This commit is contained in:
Mgazul
2019-11-29 13:42:29 +08:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ jobs:
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
docker:
- image: circleci/build-image:ubuntu-14.04-XXL-upstart-1189-5614f37
command: /sbin/init
run: sudo service postgresql start
steps:
# Machine Setup
- checkout

View File

@@ -1,8 +1,11 @@
language: java
dist: trust
jdk:
- oraclejdk8
install: true
script:
- git config --global user.email "circle@circleci.com"
- git config --global user.name "CircleCI"
- chmod +x ./scripts/inst.sh
- ./scripts/inst.sh --setup --remote
after_success:
@@ -18,4 +21,4 @@ deploy:
- ./push/*
file_glob: true
on:
tags: true
tags: true