Travis Integration
In order to integrate with Travis, you can either use our CLI Tools or our Shell Scripts:
CLI Tools
Download the CLI Tools and use the following configuration in your Travis pipeline:
matrix:
include:
- language: bash
os: linux
dist: bionic
sudo: false
script: ./deepcrawl-test-linux
Shell Scripts
Download the Shell Scripts and use the following configuration in your Travis pipeline:
matrix:
include:
- language: bash
os: linux
dist: bionic
sudo: false
addons:
apt:
packages:
- jq
script: ./ci.sh