summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2017-03-27 12:32:15 -0700
committerAlexander Early <alexander.early@gmail.com>2017-03-27 12:32:15 -0700
commite62c53c8ed31933b1dab7d0968998a12b1bac84d (patch)
tree28b146b891588c85983d09f578065b64f6f30980
parent4b1278b2436b6a9c25d73cdd97d750f6563361d0 (diff)
downloadasync-e62c53c8ed31933b1dab7d0968998a12b1bac84d.tar.gz
fix travis yaml
-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