Browse Source

Merge pull request #63 from cscott/travis-fix

Travis config update: Partial fix for issue #56.
Patrick Reilly 11 years ago
parent
commit
e2a8186ad6
1 changed files with 1 additions and 0 deletions
  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