summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcharlierudolph <charles.rudolph@originate.com>2015-07-17 16:06:26 -0700
committercharlierudolph <charles.rudolph@originate.com>2015-07-17 16:06:26 -0700
commiteb02a1d9aaf5a14478e60533ba00a2de6f7f2ce2 (patch)
tree44deed27a80095cd3f01beef4e4a1e147f9850f8
parent2ec2068e420481c412361902ce654fddcd253cfc (diff)
downloadasync-eb02a1d9aaf5a14478e60533ba00a2de6f7f2ce2.tar.gz
fix travis
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0a62fca..05bcb42 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,3 +4,6 @@ node_js:
- "0.12"
- "iojs-v2.1.0"
after_success: npm run coveralls
+before_install:
+ addons:
+ firefox: "39.0"