diff options
author | Oxore <oxore@protonmail.com> | 2019-09-23 03:24:10 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2019-09-23 03:24:10 +0300 |
commit | 04476fd02d79028d31b7a340bef7e42de3992497 (patch) | |
tree | dc4894dd83ddbae239e8803c17cb9fb756ec5731 /.travis.yml | |
parent | 95a088365fc78d4a9f6625ecfdf324dbb5614dcc (diff) |
Enable verbose on CI, change make to $(MAKE) in Makefile
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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: |