mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-18 22:12:32 +01:00
Add Unit-Tests
Add unittests via shunit2 (https://github.com/kward/shunit2), that integrate with travis-ci.org.
This commit is contained in:
parent
9e191d4305
commit
42c39c8922
4 changed files with 61 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
language: php
|
||||
sudo: false
|
||||
|
||||
php:
|
||||
- '7.0'
|
||||
|
||||
script:
|
||||
- test/powerlevel9k.spec
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue