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
Update Travis to only build and deploy on success
pull/362/head
Dave Machado
7 years ago
committed by
GitHub
parent
2aa2364e24
commit
204a6cfdb2
1 changed files
with
3 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
.travis.yml
+ 3
- 3
.travis.yml
View File
@@ -1,13 +1,13 @@
language: node_js
language: node_js
notifications:
email: false
before_install:
before_install:
- rvm install 2.4.0
- rvm install 2.4.0
install:
install:
- gem install awesome_bot
- gem install awesome_bot
script:
script:
- awesome_bot README.md --allow-ssl --allow 403
- awesome_bot README.md --allow-ssl --allow 403
after_s
cript
:
after_s
uccess
:
- cd build
- cd build
- sh build.sh
- sh build.sh
- sh deploy.sh
- sh deploy.sh
notifications:
email: false
Write
Preview
Loading…
Cancel
Save