Add an OSX test to travis
This commit is contained in:
parent
5a4a4cb147
commit
f5212bd2bf
|
@ -1,6 +1,10 @@
|
||||||
language: bash
|
language: bash
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- bash neofetch --test --ascii --color_blocks off
|
- bash neofetch --test --ascii --color_blocks off
|
||||||
|
|
Reference in New Issue