Update .travis.yml

Added firefox to run console CI tests
This commit is contained in:
Axel 2016-05-24 11:30:24 +02:00
parent 8d753a7f36
commit 3eea16faf3
1 changed files with 2 additions and 0 deletions

View File

@ -14,3 +14,5 @@ install:
script:
- python $TRAVIS_BUILD_DIR/tests/console/PAN1.py
addons:
firefox: "latest"