Add travis yml file
This commit is contained in:
parent
24cd06d038
commit
220f7f5c0d
|
@ -0,0 +1,8 @@
|
||||||
|
language: bash
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get -qq update
|
||||||
|
- sudo apt-get install -y procps-ng
|
||||||
|
|
||||||
|
script:
|
||||||
|
- bash neofetch
|
Reference in New Issue