Add an OSX test to travis
This commit is contained in:
parent
5a4a4cb147
commit
f5212bd2bf
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
language: bash
|
||||
sudo: required
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
script:
|
||||
- sudo make install
|
||||
- bash neofetch --test --ascii --color_blocks off
|
||||
|
|
Loading…
Reference in a new issue