Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
7a54d2af
Commit
7a54d2af
authored
Aug 03, 2017
by
Dave Machado
Browse files
update pip install for build-bot
parent
504bd3d4
Changes
2
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
7a54d2af
language
:
node_js
language
:
python
notifications
:
email
:
false
before_install
:
-
rvm install 2.4.0
install
:
-
gem install httparty ruby-progressbar
-
pip install build-bot
before_script
:
-
cd build
script
:
...
...
build/main.sh
View file @
7a54d2af
...
...
@@ -22,7 +22,7 @@ echo "running format validation..."
./validate_format.rb
$FORMAT_FILE
>
format_results.txt
if
[[
$?
!=
0
]]
;
then
echo
"format validation failed!"
cat
format_results.txt | build_bot
cat
format_results.txt | build_bot
.py
exit
1
else
echo
"format validation passed!"
...
...
@@ -31,7 +31,7 @@ echo "running link validation..."
./validate_links.rb
$LINK_FILE
if
[[
$?
!=
0
]]
;
then
echo
"link validation failed!"
echo
"link(s) were unavailible during the build. Please verfiy that they are valid."
| build_bot
echo
"link(s) were unavailible during the build. Please verfiy that they are valid."
| build_bot
.py
exit
1
else
echo
"link validation passed!"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment