Skip to content

Commit e8b3be1

Browse files
authored
Install rust headless
1 parent 586bdf5 commit e8b3be1

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
@@ -15,7 +15,7 @@ addons:
1515
- ccache
1616
- libmpc-dev
1717
before_install:
18-
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
18+
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
1919
- pip install --upgrade numpy pip setuptools six wheel
2020
jobs:
2121
include:

0 commit comments

Comments
 (0)