2017-10-19 04:55:07 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2017-10-19 21:21:17 +00:00
|
|
|
set -o errexit
|
|
|
|
|
2017-10-19 04:55:07 +00:00
|
|
|
apt-get update
|
|
|
|
apt-get install -y liblxc1 lxc-dev lxc shellcheck
|
|
|
|
apt-get install -y qemu
|
|
|
|
bash ./scripts/travis-rkt.sh
|
|
|
|
bash ./scripts/travis-consul.sh
|
|
|
|
bash ./scripts/travis-vault.sh
|