Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
feat(travis): Firefox
Browse files Browse the repository at this point in the history
Closes #801
  • Loading branch information
jbdeboer committed Apr 10, 2014
1 parent 97387c4 commit c4d9118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fi

BROWSERS=Dartium,ChromeNoSandbox
if [[ $TESTS == "dart2js" ]]; then
BROWSERS=ChromeNoSandbox;
BROWSERS=ChromeNoSandbox,Firefox;
elif [[ $TESTS == "vm" ]]; then
BROWSERS=Dartium;
fi
Expand Down

0 comments on commit c4d9118

Please sign in to comment.