Browse Source

Try again, with less verbose Make output

Don Porter 7 years ago
parent
commit
ecaca9e393
2 changed files with 4 additions and 0 deletions
  1. 2 0
      .travis.yml
  2. 2 0
      Makefile

+ 2 - 0
.travis.yml

@@ -0,0 +1,2 @@
+language: c
+script: make

+ 2 - 0
Makefile

@@ -1,6 +1,8 @@
 SYS ?= $(shell gcc -dumpmachine)
 export SYS
 
+.SILENT:
+
 targets = all clean install
 
 ifeq ($(SYS),x86_64-linux-gnu)