Skip to content

Commit 2e49048

Browse files
Bobby EarlBlackbaud-MikitaYankouski
Bobby Earl
authored andcommitted
Installing latest chrome in appveyor (blackbaud#352)
1 parent 8537554 commit 2e49048

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ environment:
66
nodejs_version: "6"
77

88
install:
9+
- choco install googlechrome
910
- ps: Install-Product node $env:nodejs_version
1011
- npm install
1112

@@ -15,4 +16,4 @@ test_script:
1516
- npm test
1617

1718
# Don't actually build.
18-
build: off
19+
build: off

0 commit comments

Comments
 (0)