https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c46a31aa9bd57e084ca4c1c9dc555de9d9196475 authored by Ms2ger on 21 September 2016, 12:18:08 UTC
.
Tip revision: c46a31a
.travis.yml
sudo: false # cause Travis to start builds much faster
language: python
python:
  - "2.7"
before_install:
  - git submodule update --init --recursive
# command to run tests, e.g. python setup.py test
script:
  - ./lint
  - ./manifest
  - ./diff-manifest.py
back to top