Skip to content

Commit 59f630c

Browse files
authored
Merge pull request #1152 from utPLSQL/feature/move_to_travis-ci.com
Feature/move to travis ci.com
2 parents cbfac19 + 4acb559 commit 59f630c

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
sudo: required
22
language: python
3+
os: linux
4+
5+
jdk: openjdk10
36

47
addons:
5-
apt:
6-
packages:
7-
- unzip
8-
# Java9+ Required for Sonar and SQLCL
9-
- openjdk-9-jre-headless
108
sonarcloud:
119
organization: utplsql
1210
token: ${SONAR_TOKEN}
@@ -65,6 +63,7 @@ cache:
6563
- $MAVEN_CFG
6664

6765
before_install:
66+
6867
#cache to be used between stages. Based on https://github.com/travis-ci/docs-travis-ci-com/issues/1329
6968
#delete all files in cache that are older than 5 days
7069
- mkdir -p $CACHE_DIR/stages_cache; find $CACHE_DIR/stages_cache/ -mtime +5 -exec rm {} \;

.travis/trigger_travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
echoerr() { echo "$@" 1>&2; }
1717

18-
TRAVIS_URL=travis-ci.org
18+
TRAVIS_URL=travis-ci.com
1919
BRANCH=develop
2020
USER="utPLSQL"
2121
RESULT=1

readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
[![chat](http://img.shields.io/badge/slack-team--chat-blue.svg)](https://join.slack.com/t/utplsql/shared_invite/zt-d6zor80g-WWqAhbLWioJZUtLYeXetzA)
99
[![twitter](https://img.shields.io/twitter/follow/utPLSQL.svg?style=social&label=Follow)](https://twitter.com/utPLSQL)
1010

11-
[![build](https://img.shields.io/travis/utPLSQL/utPLSQL/main.svg?label=main%20branch)](https://travis-ci.org/utPLSQL/utPLSQL)
12-
[![build](https://img.shields.io/travis/utPLSQL/utPLSQL/develop.svg?label=develop%20branch)](https://travis-ci.org/utPLSQL/utPLSQL)
11+
[![build](https://travis-ci.com/utPLSQL/utPLSQL.svg?branch=develop)](https://travis-ci.com/utPLSQL/utPLSQL)
1312
[![sonar](https://sonarcloud.io/api/project_badges/measure?project=utPLSQL&metric=sqale_rating)](https://sonarcloud.io/dashboard/index?id=utPLSQL)
1413
[![Coveralls coverage](https://coveralls.io/repos/github/utPLSQL/utPLSQL/badge.svg?branch=develop)](https://coveralls.io/github/utPLSQL/utPLSQL?branch=develop)
1514

0 commit comments

Comments
 (0)