mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-12 19:18:28 +02:00
42c39c8922
Add unittests via shunit2 (https://github.com/kward/shunit2), that integrate with travis-ci.org.
10 lines
83 B
YAML
10 lines
83 B
YAML
language: php
|
|
sudo: false
|
|
|
|
php:
|
|
- '7.0'
|
|
|
|
script:
|
|
- test/powerlevel9k.spec
|
|
|