1 Star 0 Fork 33

icococool/OpenRASP

forked from 百度开源/OpenRASP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 836 Bytes
一键复制 编辑 原始数据 按行查看 历史
lanyuhang 提交于 2017-10-24 17:05 +08:00 . test(travis) add plugin file monitor test
sudo: required
language: java
cache:
yarn: true
directories:
- $HOME/.m2
services:
- mysql
- postgresql
matrix:
include:
- jdk: openjdk7
env: SERVER=tomcat6
- jdk: openjdk7
env: SERVER=tomcat7
- jdk: openjdk7
env: SERVER=jboss4
- jdk: openjdk7
env: SERVER=jboss5
- jdk: openjdk7
env: SERVER=jboss6
- jdk: openjdk8
env: SERVER=tomcat8
- jdk: openjdk8
env: SERVER=jetty9
- jdk: oraclejdk8
env: SERVER=tomcat8
- jdk: oraclejdk8
env: SERVER=jetty9
before_install:
- pushd integration-test
- pushd tester && yarn && popd
- . build-war.sh
install:
- . build-rasp.sh
- . start-${SERVER}.sh
- pushd tester
script:
- travis_retry node_modules/.bin/mocha *.test.js -t 20000
before_cache:
- rm -rf $HOME/.m2/repository/com/fuxi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/icococool/OpenRASP.git
git@gitee.com:icococool/OpenRASP.git
icococool
OpenRASP
OpenRASP
master

搜索帮助