From 42c39c8922b0fb03c0bcc6c2101165412ed50e4c Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Tue, 9 Feb 2016 00:45:33 +0100 Subject: Add Unit-Tests Add unittests via shunit2 (https://github.com/kward/shunit2), that integrate with travis-ci.org. --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..818940cc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: php +sudo: false + +php: + - '7.0' + +script: + - test/powerlevel9k.spec + -- cgit v1.2.3