Browse Source

Travis changes for Makefile target renames

pull/1481/head
Sami Vaarala 8 years ago
parent
commit
518aba473e
  1. 6
      .travis.yml

6
.travis.yml

@ -10,9 +10,9 @@ before_install:
# - gcc # - gcc
script: script:
# Apply TRAVIS=1 to codepolicycheck to make it error out on failures; # 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 - TRAVIS=1 make codepolicycheck
- make tidy-site - make tidy-site
- make apitest - make apitest
- make qecmatest - make ecmatest
- make injectiontest - make errorinjecttest

Loading…
Cancel
Save