Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Katharina Fey
keybob
Commits
955829ce
Unverified
Commit
955829ce
authored
Jun 26, 2018
by
Katharina Fey
🏴
Committed by
GitHub
Jun 26, 2018
Browse files
Tweaking cargo-travis installation
parent
735265f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
955829ce
...
...
@@ -29,7 +29,7 @@ matrix:
# This is a pretty big hack and only really needed on the first of a build chain
before_script
:
-
(
cargo install cargo-travis
|
true
)
&& export PATH=$HOME/.cargo/bin:$PATH
-
cargo install cargo-travis
-f
&& export PATH=$HOME/.cargo/bin:$PATH
# Build, test, benchmark, document. Gogogogo!
script
:
...
...
@@ -45,4 +45,4 @@ after_success:
notifications
:
email
:
on_success
:
never
on_failure
:
never
\ No newline at end of file
on_failure
:
never
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