1 Star 0 Fork 170

tzthomas / nutz

forked from Nutz / nutz 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
Wendal 提交于 2021-04-22 23:45 . update: 更新travis.yml
sudo: false
language: java
script: mvn clean package
dist: trusty
jdk:
- oraclejdk11
# whitelist
branches:
only:
- master
- coverity_scan
before_script:
- psql -c 'create database nutztest;' -U postgres
- cp ./tools/travis-ci/nutz-test.properties ./test/
- cp ./tools/travis-ci/log4j.properties ./test/
notifications:
email: false
before_install:
- export TZ=Asia/Shanghai
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "E1z+6z9M4iTdAXZ2a1rYSrxfIOq6PkdXEMutAbIn/bp1e/Qvb5IVoAS0heo7SPwcIlHlN8mDiOtKdzbcu9q8VaftfHwFjff6AoKyuWtfDqE1ecTfflebWwzmtXKJmT5uxBPvu442dS4sIc2zx3zjvnxMsSmvrdSwbMxwdbAKvDc="
- SONATYPE_USERNAME=wendal
- secure : "BaXmGpodQiuU23YgtUThWCHf7Vig2Gv3UfpBjo3FATgn1LRF3i2IOgY5sCSi+XJYqx+05fVNdwVYccxS/9UfhPNSqQuslIwgmg0y9f26DYaX2gaW+jk8padhZRkeBrY3fO+g9nQuu+Epgqi0ITru6+IjH932O0m1JR7iJu2RNhs="
deploy:
provider: script
script: "mvn -Dmaven.test.skip=true clean package source:jar deploy --settings mvn_settings.xml"
skip_cleanup: true
on:
tags: false
branch: master
addons:
postgresql: "9.3"
Java
1
https://gitee.com/tzthomas/nutz.git
git@gitee.com:tzthomas/nutz.git
tzthomas
nutz
nutz
master

搜索帮助