Skip to content

Commit

Permalink
Merge pull request #32 from wilsonpage/issue-31
Browse files Browse the repository at this point in the history
Use latest mozilla-download
  • Loading branch information
wilsonpage committed Apr 7, 2015
2 parents 7ae28f9 + 10597ea commit ee3e056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ env:

install:
- npm install
- ./node_modules/.bin/mozilla-download ./firefox/ --branch=nightly --channel=prerelease
- export FIREFOX_NIGHTLY_BIN="./firefox/firefox-bin"
- ./node_modules/.bin/mozilla-download ./firefox/ --product firefox --branch mozilla-central
- export FIREFOX_NIGHTLY_BIN="./firefox/firefox/firefox-bin"

before_script:
- export DISPLAY=:99.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.3",
"karma-sinon-chai": "^0.1.6",
"mozilla-download": "^0.4.3"
"mozilla-download": "^1.0.4"
},
"scripts": {
"install": "bower install",
Expand Down

0 comments on commit ee3e056

Please sign in to comment.