aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2015-07-18 11:56:41 +0200
committerVirtualTam <virtualtam@flibidi.net>2015-07-18 13:43:19 +0200
commitd0ce99e59ecc8d62eefbf1322736880159a7e9e7 (patch)
treea4f57a6e74d9d155f9bf4b8af34b4e491eabeb5b /.travis.yml
parent2ac5938b670997454f00e9f1d8f7459e428bb331 (diff)
downloadShaarli-d0ce99e59ecc8d62eefbf1322736880159a7e9e7.tar.gz
Shaarli-d0ce99e59ecc8d62eefbf1322736880159a7e9e7.tar.zst
Shaarli-d0ce99e59ecc8d62eefbf1322736880159a7e9e7.zip
Makefile: do not call `clean` before `test`
Fixes #288 Modifications: - call `make clean` explicitely to clean the workspace - add `make clean` to Travis instructions Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d10311c9..80db6506 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,4 +9,5 @@ install:
9 - composer self-update 9 - composer self-update
10 - composer install 10 - composer install
11script: 11script:
12 - make clean
12 - make test 13 - make test