Revision 09f67fb41dad7289157f0d6ccae9dbbb47b111d3 authored by Ms2ger on 19 July 2015, 09:35:43 UTC, committed by Ms2ger on 19 July 2015, 09:35:43 UTC
This avoids the test silently passing if the load event isn't dispatched.
1 parent 586929d
Raw File
.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
back to top