FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Userscript-Plus/.travis.yml at master · orz12/Userscript-Plus · GitHub
orz12
/
Userscript-Plus
Public
forked from
jae-jae/Userscript-Plus
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
Userscript-Plus
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (28 loc) · 497 Bytes
Breadcrumbs
Userscript-Plus
/
.travis.yml
Copy path
File metadata and controls
32 lines (28 loc) · 497 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
language
:
node_js
node_js
:
9
before_script
:
-
npm install yarn webpack -g
-
git checkout master
-
cd crx
-
yarn
-
cd ..
-
yarn
script
:
-
yarn build
-
cd crx
-
yarn build
-
cd ..
after_success
:
-
pwd
-
git commit -a -m "Travis build"
-
git status
-
git push "https://${GH_TOKEN}@${GH_REF}" master:master
cache
:
yarn
:
true
webpack
:
true
directories
:
-
"
node_modules
"
-
"
crx/node_modules
"
env
:
global
:
-
GH_REF
:
github.com/jae-jae/Userscript-Plus.git
Back
|
FazBrowse Home
|
New Git URL