Skip to content

Commit

Permalink
TravisCI and Coverage: report for release build only
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Nov 5, 2016
1 parent 6a02f49 commit a85f4f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ before_script:
- test $FIREFOX_RELEASE != release-linux64-add-on-devel || bash -x scripts/fetch-unbranded.sh $FIREFOX_RELEASE
- test $FIREFOX_RELEASE != '49.0' || wget -O firefox-$FIREFOX_RELEASE.tar.bz2 "https://download.mozilla.org/?product=firefox-$FIREFOX_RELEASE&os=linux64&lang=en-US"
- test $FIREFOX_RELEASE != esr-latest || wget -O firefox-$FIREFOX_RELEASE.tar.bz2 "https://download.mozilla.org/?product=firefox-$FIREFOX_RELEASE&os=linux64&lang=en-US"
- test $FIREFOX_RELEASE != release-linux64-add-on-devel || unset COVERALLS_REPO_TOKEN # report just once
- tar xvf firefox-$FIREFOX_RELEASE.tar.bz2
- sh -e /etc/init.d/xvfb start
script:
Expand Down

0 comments on commit a85f4f6

Please sign in to comment.