Skip to content

Commit 2d69246

Browse files
authored
Update README.md
1 parent fef9552 commit 2d69246

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ Development "watch" task. This will automatically rebuild from source on changes
117117
118118
By default `grunt dev` will start several karma background watchers that will run the tests against multiple versions of angular. You may specify the version(s) you want to use with the `--angular` flag:
119119
120-
> grunt dev --angular=1.2.21
120+
> grunt dev --angular=1.6.7
121121
122-
> grunt dev --angular=1.2.20,1.2.21
122+
> grunt dev --angular=1.5.11,1.6.7
123123
124124
You can also use the `--browsers` specify what browsers to test with (PhantomJS is the default).
125125
@@ -148,14 +148,14 @@ The `karmangular` task runs tests serially against multiple browsers (it is used
148148
> grunt karmangular --browsers=Chrome
149149
150150
# Run tests with a couple versions of Angular against the default PhantomJS browser
151-
> grunt karmangular --angular=1.2.20,1.2.21
151+
> grunt karmangular --angular=1.5.11,1.6.7
152152
153153
## SauceLabs
154154
155155
ui-grid is set up to run against SauceLabs. You must have the `SAUCE_ACCESS_KEY` environment variable set.
156156
157157
# Execute tests for a couple versions of angular on IE8
158-
> grunt karmangular --angular=1.2.20,1.2.21 --browsers=SL_IE_8
158+
> grunt karmangular --angular=1.5.11,1.6.7 --browsers=SL_IE_8
159159
160160
# Run the watch tasks against IE10
161161
> grunt dev --browsers=SL_IE10

0 commit comments

Comments
 (0)