Skip to content

Commit 2ab0872

Browse files
committed
Helps if we specify actually-existing packages!
The PPA doesn't have a rust-nightly. It does have a rustc package, and also a separate cargo package. Let's try those!
1 parent c0fa5de commit 2ab0872

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

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

0 commit comments

Comments
 (0)