加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1021 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wendal 提交于 2015-04-23 13:03 . Update .travis.yml
language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
# 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="
addons:
coverity_scan:
project:
name: "nutzam/nutz"
description: "Build submitted via Travis CI"
notification_email: wendal1985@gmail.com
build_command_prepend: "mvn clean"
build_command: "mvn -DskipTests=true compile"
branch_pattern: coverity_scan
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化