mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-18 18:07:12 +00:00
Travis: Use --config travis
This commit is contained in:
@@ -12,4 +12,4 @@ before_install:
|
|||||||
script:
|
script:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PREFIX=/usr/local make install ; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then PREFIX=/usr/local make install ; fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo make install ; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo make install ; fi
|
||||||
- time neofetch --ascii --config off --ascii_distro travis -v --test
|
- time neofetch --ascii --config travis --ascii_distro travis -v
|
||||||
|
|||||||
Reference in New Issue
Block a user