Browse Source

[enh] add latest firefox addon to travis

Adam Tauber 8 years ago
parent
commit
684ceab1c3
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml View File

@@ -4,6 +4,8 @@ cache:
4 4
   - npm
5 5
   - directories:
6 6
     - $HOME/.cache/pip
7
+addons:
8
+  firefox: "latest"
7 9
 language: python
8 10
 python:
9 11
   - "2.7"