open-nomad/scripts/travis-linux.sh

11 lines
218 B
Bash
Raw Normal View History

2017-10-19 04:55:07 +00:00
#!/usr/bin/env bash
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