Ver Fonte

Travis config update: Partial fix for issue #56.

C. Scott Ananian há 11 anos atrás
pai
commit
0948795d36
1 ficheiros alterados com 1 adições e 0 exclusões
  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