summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9feb56a..6cdb549 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,8 @@ node_js:
- "0.12"
- "4"
- "6"
+addons:
+ firefox: "49.0"
sudo: false
after_success: npm run coveralls
@@ -12,3 +14,10 @@ after_success: npm run coveralls
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
+
+script:
+ # ensure buildable
+ - make
+ - npm test
+ # test in firefox
+ - npm run mocha-browser-test \ No newline at end of file