From 5dc86f3c1f75ba3bd8b851188786d6e7042f1950 Mon Sep 17 00:00:00 2001 From: Patrick Henninger Date: Tue, 8 Jan 2019 22:01:20 +0100 Subject: [PATCH] Fix travis yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fd1b4c0..17377cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,4 @@ branches: # You can delete the cache using travis-ci web interface cache: directories: -- $HOME/.composer/cache \ No newline at end of file + - $HOME/.composer/cache \ No newline at end of file