Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e01989a

Browse filesBrowse files
committed
try adding appveyor.yml
1 parent 2d5e3b9 commit e01989a
Copy full SHA for e01989a

File tree

Expand file treeCollapse file tree

1 file changed

+19
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+19
-0
lines changed

‎appveyor.yml

Copy file name to clipboard
+19Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: "{build}"
2+
3+
environment:
4+
nodejs_version: "4.2.1"
5+
6+
matrix:
7+
fast_finish: true
8+
9+
install:
10+
- choco install googlechrome
11+
- ps: Install-Product node $env:nodejs_version
12+
- node --version
13+
- npm --version
14+
- npm install
15+
16+
test_script:
17+
- npm run citest-jasmine
18+
19+
build: off

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.