FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
language-javascript/appveyor.yml at master · Mynotic/language-javascript · GitHub
Mynotic
/
language-javascript
Public
forked from
atom/language-javascript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
language-javascript
/
appveyor.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (19 loc) · 430 Bytes
Breadcrumbs
language-javascript
/
appveyor.yml
Copy path
File metadata and controls
29 lines (19 loc) · 430 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version
:
"
{build}
"
image
:
Visual Studio 2015
platform
:
x64
branches
:
only
:
-
master
clone_depth
:
10
skip_tags
:
true
environment
:
APM_TEST_PACKAGES
:
matrix
:
-
ATOM_CHANNEL
:
stable
-
ATOM_CHANNEL
:
beta
install
:
-
ps
:
Install-Product node 4
build_script
:
-
ps
:
iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))
test
:
off
deploy
:
off
Back
|
FazBrowse Home
|
New Git URL