You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
426 B
15 lines
426 B
language: bash |
|
sudo: required |
|
|
|
os: |
|
- linux |
|
- osx |
|
|
|
before_install: |
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi |
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install screenresolution; fi |
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PREFIX=/usr/local ; fi |
|
|
|
script: |
|
- sudo make install |
|
- time neofetch --ascii --config off --ascii_distro travis -v --test
|
|
|