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
Fix --allow syntax
pull/378/head
Thomas Wiringa
7 years ago
parent
3941c945dd
commit
bd73197a23
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+ 1
- 1
.travis.yml
View File
@@ -1,6 +1,6 @@
language: ruby
language: ruby
rvm: 2.2
rvm: 2.2
before_script: gem install awesome_bot
before_script: gem install awesome_bot
script: awesome_bot README.md --allow-ssl --allow 403
302
script: awesome_bot README.md --allow-ssl --allow 403
,
302
notifications:
notifications:
email: false
email: false
Write
Preview
Loading…
Cancel
Save