1 Star 0 Fork 0

alapha23/orbisgis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 641 Bytes
一键复制 编辑 原始数据 按行查看 历史
Palominos Sylvain 提交于 2016-08-22 11:53 . Updates the travis workaround.
language: java
jdk:
- openjdk7
- oraclejdk8
#Workaround for buffer overflow issue
before_install:
- cat /etc/hosts # optionally check the content *before*
- sudo hostname "$(hostname | cut -c1-63)"
- sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts > /tmp/hosts
- sudo mv /tmp/hosts /etc/hosts
- cat /etc/hosts # optionally check the content *after*
#End workaround
# Do not install anything so that we can use our custom script. Instead, just
# return true.
#install: true
install: travis_retry mvn install -DskipTests -B
script: mvn test -B -P no-dist
#script: "./travis-build.sh"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alapha23/orbisgis.git
git@gitee.com:alapha23/orbisgis.git
alapha23
orbisgis
orbisgis
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385