This website works better with JavaScript.
Home
Explore
Help
Sign In
TechnikNews
/
PublicAPIs
mirror of
https://github.com/public-apis/public-apis
Watch
1
Star
2
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
move git credentials settings to config file
[ci skip]
pull/440/head
Dave Machado
7 years ago
parent
f6b7468e09
commit
b848d99d67
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.travis.yml
+ 2
- 0
.travis.yml
View File
@@ -9,6 +9,8 @@ install:
- pip install build-bot
- pip install -r requirements.txt
before_script:
- git config --global user.name $GH_USER
- git config --global user.email $GH_EMAIL
- cd build
script:
- ./main.sh
Write
Preview
Loading…
Cancel
Save