31 Star 164 Fork 46

power4j / esc-pos-printing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 816 Bytes
一键复制 编辑 原始数据 按行查看 历史
j3east 提交于 2020-12-15 00:34 . chore(maven): remove aliyun-repo
# Travis CI Java documentation can be found in:
# https://docs.travis-ci.com/user/languages/java/
# https://docs.travis-ci.com/user/reference/overview/#linux
dist: xenial
# This enables the 'defaults' to test java applications:
language: java
# https://docs.travis-ci.com/user/reference/xenial/#jvm-clojure-groovy-java-scala-support
jdk:
- openjdk8
cache:
directories:
- $HOME/.m2
# https://docs.travis-ci.com/user/job-lifecycle/
script:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -P '!oss-release,travis-ci'
- mvn test -DskipTests=false -B -P '!oss-release,travis-ci'
# tip: export CODECOV_TOKEN="xxx"
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -Ls https://coverage.codacy.com/get.sh)
before_script:
- git config --global core.autocrlf input
Java
1
https://gitee.com/power4j/esc-pos-printing.git
git@gitee.com:power4j/esc-pos-printing.git
power4j
esc-pos-printing
esc-pos-printing
master

搜索帮助