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
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

Loading…
Cancel
Save