Add travis yml file
This commit is contained in:
parent
24cd06d038
commit
220f7f5c0d
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
language: bash
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get -qq update
|
||||||
|
- sudo apt-get install -y procps-ng
|
||||||
|
|
||||||
|
script:
|
||||||
|
- bash neofetch
|
Loading…
Reference in a new issue