Parcourir la source

Travis config update: Partial fix for issue #56.

C. Scott Ananian il y a 11 ans
Parent
commit
0948795d36
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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