Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gregor.olenik
OGL
Commits
60dc94a7
Commit
60dc94a7
authored
Apr 16, 2021
by
Gregor Olenik
Browse files
use --no-check-certificate since importing the key fails regularily
parent
7b2b399b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
60dc94a7
...
...
@@ -28,7 +28,7 @@ addons:
before_install
:
-
sudo sh -c "wget -O - https://dl.openfoam.org/gpg.key | apt-key add -"
-
sudo add-apt-repository http://dl.openfoam.org/ubuntu
-
sudo apt update
-
sudo apt update
--no-check-certificate
install
:
-
sudo apt-get -y install openfoam$VERSION
...
...
Write
Preview
Markdown
is supported
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