summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2019-09-23 03:24:10 +0300
committerOxore <oxore@protonmail.com>2019-09-23 03:24:10 +0300
commit04476fd02d79028d31b7a340bef7e42de3992497 (patch)
treedc4894dd83ddbae239e8803c17cb9fb756ec5731 /.travis.yml
parent95a088365fc78d4a9f6625ecfdf324dbb5614dcc (diff)
Enable verbose on CI, change make to $(MAKE) in Makefile
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index eb30128..78d8696 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ before_script:
- brew install csfml
script:
- - make all
+ - make Q=
- ./test
compiler: