From 518aba473e1af3faca64485f449deb693559e516 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Thu, 13 Apr 2017 15:30:13 +0300 Subject: [PATCH] Travis changes for Makefile target renames --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ed144928..259080f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,9 @@ before_install: # - gcc script: # Apply TRAVIS=1 to codepolicycheck to make it error out on failures; - # don't prevent apitest/qecmatest which also do a policy check. + # don't prevent apitest/ecmatest which also do a policy check. - TRAVIS=1 make codepolicycheck - make tidy-site - make apitest - - make qecmatest - - make injectiontest + - make ecmatest + - make errorinjecttest