File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11sudo : required
22language : python
3+ os : linux
4+
5+ jdk : openjdk10
36
47addons :
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}
6563 - $MAVEN_CFG
6664
6765before_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 {} \;
Original file line number Diff line number Diff line change 1515
1616echoerr () { echo " $@ " 1>&2 ; }
1717
18- TRAVIS_URL=travis-ci.org
18+ TRAVIS_URL=travis-ci.com
1919BRANCH=develop
2020USER=" utPLSQL"
2121RESULT=1
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments