You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
461 B

language: c
sudo: required
before_install:
- sudo apt-get update -qq
- sudo apt-get install python-yaml
- sudo apt-get install tidy
- sudo apt-get install valgrind
#compiler:
# - clang
# - gcc
script:
# Apply TRAVIS=1 to codepolicycheck to make it error out on failures;
# don't prevent apitest/ecmatest which also do a policy check.
- TRAVIS=1 make codepolicycheck
- make tidy-site
- make apitest
- make ecmatest
- make errorinjecttest