diff options
| author | Vojta Jina | 2013-11-19 16:50:23 -0800 |
|---|---|---|
| committer | Vojta Jina | 2013-11-25 15:19:28 -0800 |
| commit | ffd075b44010102e628ce3ade9a54bfde80fdd76 (patch) | |
| tree | 928593912d840e5a88b35d8bfe148f7cf0a7a5fd /package.json | |
| parent | 3fcd228441a70bd69090aa6d5c01ad194a4dd10c (diff) | |
| download | angular.js-ffd075b44010102e628ce3ade9a54bfde80fdd76.tar.bz2 | |
chore(travis): let's give BrowserStack a try
Switch the build to use BrowserStack instead of SauceLabs.
This also adds IE11 to our build.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 95266bad..2bdc95ab 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,9 @@ "promises-aplus-tests": "~1.3.2", "grunt-shell": "~0.4.0", "semver": "~2.1.0", - "lodash": "~2.1.0" + "lodash": "~2.1.0", + "karma-browserstack-launcher": "~0.0.4", + "browserstacktunnel-wrapper": "~1.1.1" }, "licenses": [ { |
