Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cryptography
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
cryptography
Commits
559cb2880849
Commit
559cb2880849
authored
4 years ago
by
Alex Gaynor
Browse files
Options
Downloads
Patches
Plain Diff
Remove from nonsense from travis script that I think is unused (#5334)
parent
4c316f291366
Branches
branch/default
master
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis/run.sh
+0
-5
0 additions, 5 deletions
.travis/run.sh
with
0 additions
and
5 deletions
.travis/run.sh
+
0
−
5
View file @
559cb288
...
...
@@ -2,11 +2,6 @@
SCRIPT_DIR
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
if
[[
"
${
TOXENV
}
"
==
"pypy"
]]
;
then
PYENV_ROOT
=
"
$HOME
/.pyenv"
PATH
=
"
$PYENV_ROOT
/bin:
$PATH
"
eval
"
$(
pyenv init -
)
"
fi
if
[
-n
"
${
LIBRESSL
}
"
]
;
then
LIBRESSL_DIR
=
"ossl-2/
${
LIBRESSL
}
"
export
CFLAGS
=
"-Werror -Wno-error=deprecated-declarations -Wno-error=discarded-qualifiers -Wno-error=unused-function -I
$HOME
/
$LIBRESSL_DIR
/include"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment