Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision c65f251966d3ea3770c37c9c300bbd53e2c2e983)
+++ Jenkinsfile	(revision f61958dbe5ca3167d9f3323cc73a8b12c6588a5b)
@@ -15,6 +15,6 @@
 	sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure > /dev/null'
 	sh 'make -j 8'
+	step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: 'tdelisle@uwaterloo.ca', sendToIndividuals: false])
 	error 'testing'
-	step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: 'tdelisle@uwaterloo.ca', sendToIndividuals: false])
 }
 
