Skip to content

Commit 019f8b4

Browse files
committed
Further deps
.. Not excited to be putting specific version numbers in. Starting to wish I'd stuck with the rustup approach; it's a little more predicatable!
1 parent c6ecb22 commit 019f8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_install:
2121
- sudo apt-get update
2222

2323
install:
24-
sudo apt-get -y install libstd-rust-dev rustc cargo
24+
sudo apt-get -y install libstd-rust-1.16 libstd-rust-dev rustc cargo
2525

2626
# Define the list of directories to execute tests in.
2727
env:

0 commit comments

Comments
 (0)