Skip to content

Commit

Permalink
TravisCI: regression tests against old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jan 6, 2016
1 parent 10a4d4b commit 7440ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
- FIREFOX_RELEASE='latest'
- FIREFOX_RELEASE='beta-latest'
- FIREFOX_RELEASE='esr-latest'
- FIREFOX_RELEASE='43.0'
matrix:
fast_finish: true
allow_failures:
Expand All @@ -31,6 +32,5 @@ before_script:
- tar xvf firefox-$FIREFOX_RELEASE.tar.bz2
- sh -e /etc/init.d/xvfb start
script:
#- bash test/workaround_for_bug_1103385.sh
- npm run jpm
- npm run eslint

0 comments on commit 7440ee6

Please sign in to comment.