Skip to content

Commit c6ecb22

Browse files
committed
Dependencies
Not sure why the choice here by apt-get is to fail, rather than pull in the missing dependent package. Oh well
1 parent 2ab0872 commit c6ecb22

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 rustc cargo
24+
sudo apt-get -y install libstd-rust-dev rustc cargo
2525

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

0 commit comments

Comments
 (0)