This commit is contained in:
Alex Dadgar
2017-10-18 21:55:07 -07:00
parent 312681bffd
commit a00636e355
3 changed files with 28 additions and 11 deletions

8
scripts/travis-linux.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/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

5
scripts/travis-mac.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
brew upgrade golang
bash ./scripts/travis-consul.sh
bash ./scripts/travis-vault.sh