This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
zola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add earliest Rust version to travis
index-subcmd
Vincent Prouillet
7 years ago
parent
322d2f30fb
commit
ec4a91adf6
2 changed files
with
1456 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.travis.yml
+1453
-0
Cargo.lock
+ 3
- 0
.travis.yml
View File
@@ -20,6 +20,9 @@ matrix:
rust: beta
- env: TARGET=x86_64-unknown-linux-gnu
rust: nightly
# The earliest stable Rust version that works
- env: TARGET=x86_64-unknown-linux-gnu
rust: 1.20.0
before_install: set -e
+ 1453
- 0
Cargo.lock
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save