Skip to content

Commit 2f7e7a1

Browse files
authored
re-Rust
1 parent 9659f56 commit 2f7e7a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ cache: pip
1414
# - libsuitesparse-dev
1515
# - ccache
1616
# - libmpc-dev
17-
#env:
18-
# - PATH=$PATH:$HOME/.cargo/bin
17+
env:
18+
- PATH=$PATH:$HOME/.cargo/bin
1919
before_install:
20-
# - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
20+
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
2121
- pip install --upgrade pip setuptools six wheel
2222
jobs:
2323
include:

0 commit comments

Comments
 (0)