aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 62ba557ece70369098bc2e6bcebeff0a2818b7ee (plain)
1
2
3
4
5
6
7
8
9
language: python
python:
  - "2.7"
addons:
  firefox: "41.0.1"
before_script:
  - "export DISPLAY=:99.0"
  - "sh -e /etc/init.d/xvfb start"
script: ./test.sh