mirror of https://github.com/aristocratos/bashtop
pull bash from apt
parent
eadc5435e6
commit
a537c1ea74
|
@ -1,10 +1,11 @@
|
||||||
udo: false
|
sudo: false
|
||||||
language: bash
|
language: bash
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: 'ppa:duggan/bats'
|
- sourceline: 'ppa:duggan/bats'
|
||||||
packages:
|
packages:
|
||||||
- bats
|
- bash
|
||||||
- bc
|
- bats
|
||||||
|
- bc
|
||||||
script: ./test.sh
|
script: ./test.sh
|
Loading…
Reference in New Issue