aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornikolas <nnyby@columbia.edu>2015-04-02 19:42:48 -0400
committernikolas <nnyby@columbia.edu>2015-04-02 19:42:48 -0400
commit485c17a0970e243e7fefd8166fc5621640a60a2f (patch)
tree962c68f4ba9aa2c6ebee14d9fa738a9383990dae
parent10a20b9a995af09bb95478981b2cace9a73c5a35 (diff)
parent2145ee8951b782bb9cef98658d0dc14b9fc3b2d5 (diff)
downloadlibrejsxul-485c17a0970e243e7fefd8166fc5621640a60a2f.tar.lz
librejsxul-485c17a0970e243e7fefd8166fc5621640a60a2f.tar.xz
librejsxul-485c17a0970e243e7fefd8166fc5621640a60a2f.zip
Merge pull request #2 from nikolas/ff-versions
firefox multiple versions test
-rw-r--r--.travis.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 96c927e..bcf9ec8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,8 @@ language: python
python:
- "2.7"
addons:
- firefox: "35.0"
+ firefox: "37.0"
before_script:
- - sh -e /etc/init.d/xvfb start
-env:
- - DISPLAY=':99.0'
-script: ./test.sh \ No newline at end of file
+ - "export DISPLAY=:99.0"
+ - "sh -e /etc/init.d/xvfb start"
+script: ./test.sh