diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2018-07-15 23:23:24 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2018-07-16 08:33:31 +0300 |
commit | 21f2d1a377294c5adea3a8a225e04cabc4cc4797 (patch) | |
tree | d45a8849d7b8b3fe7bc98dd1c884a8aada847dca /.travis.yml | |
parent | 6c4a3e8a1b2ef2f9227594a4198e8588032926d7 (diff) |
Test all *.spec files on travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml index ab330f9c..ac94f261 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,14 +74,4 @@ before_script: - "zsh --version" script: - - test/powerlevel9k.spec - - test/functions/utilities.spec - - test/functions/colors.spec - - test/functions/icons.spec - - test/segments/command_execution_time.spec - - test/segments/dir.spec - - test/segments/rust_version.spec - - test/segments/go_version.spec - - test/segments/vcs.spec - - test/segments/kubecontext.spec - - test/segments/laravel_version.spec
\ No newline at end of file + - test/suite.spec
\ No newline at end of file |