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 23a3e35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,6 +1,8 @@
language: node_js
node_js:
- 0.1
addons:
firefox: "28.0"
env:
matrix:
- JOB=unit-stable
Expand Down
4 changes: 2 additions & 2 deletions scripts/travis/build.sh
Expand Up @@ -59,9 +59,9 @@ else
)
fi

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

0 comments on commit 23a3e35

Please sign in to comment.