Explorar o código

Travis config update: Partial fix for issue #56.

C. Scott Ananian %!s(int64=11) %!d(string=hai) anos
pai
achega
0948795d36
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Makefile.travis

+ 1 - 0
Makefile.travis

@@ -6,6 +6,7 @@ export CXX=g++-$(CPPVER)
 export LINK=g++-$(CPPVER)
 
 export NO_INTERACTION=1
+export REPORT_EXIT_STATUS=1
 
 before_install:
 	sudo apt-get update