FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
language-javascript/.travis.yml at master · zcei/language-javascript · GitHub
zcei
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
language-javascript
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
41 lines (32 loc) · 615 Bytes
Breadcrumbs
language-javascript
/
.travis.yml
Copy path
File metadata and controls
41 lines (32 loc) · 615 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
30
31
32
33
34
35
36
37
38
39
40
41
#
## Project specific config ###
language
:
generic
env
:
global
:
-
APM_TEST_PACKAGES=""
-
ATOM_LINT_WITH_BUNDLED_NODE="true"
matrix
:
-
ATOM_CHANNEL=stable
-
ATOM_CHANNEL=beta
#
## Generic setup follows ###
script
:
-
curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
-
chmod u+x build-package.sh
-
./build-package.sh
notifications
:
email
:
on_success
:
never
on_failure
:
change
branches
:
only
:
-
master
git
:
depth
:
10
sudo
:
false
dist
:
trusty
addons
:
apt
:
packages
:
-
build-essential
-
fakeroot
-
git
-
libsecret-1-dev
Back
|
FazBrowse Home
|
New Git URL