mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
9 lines
202 B
Bash
9 lines
202 B
Bash
#!/usr/bin/env bash
|
|
|
|
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
|