aho-corasick/.travis.yml
Daniel Beck 9f80565b53 #49 Allow to specify Payload with Keyword (#68)
* #49: Allow to fix Payload with Keyword
2019-08-19 20:16:46 -07:00

7 lines
146 B
YAML

language: java
install: mvn install -DskipTests=true -Dgpg.skip=true
jdk:
- openjdk8
after_success:
- bash <(curl -s https://codecov.io/bash)