summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 1cd205f..cea414f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,25 +6,23 @@ node_js:
- "4"
- "6"
- "7"
-env:
- matrix: BROWSER=false MAKE_TEST=false
matrix:
include:
- node_js: "7"
addons:
- firefox:
- - "45.0"
- - "52.0"
+ firefox: "52.0"
env: BROWSER=true MAKE_TEST=true
+env:
+ matrix: BROWSER=false MAKE_TEST=false
after_success: npm run coveralls
# Needed to run Karma with Firefox on Travis
# http://karma-runner.github.io/0.13/plus/travis.html
#before_script:
- - export DISPLAY=:99.0
- - sh -e /etc/init.d/xvfb start
+# - export DISPLAY=:99.0
+# - sh -e /etc/init.d/xvfb start
script:
- npm test