Skip to content

Commit

Permalink
Try removing the `curl http://www.rust-lang.org/rustup.sh | sudo sh -…
Browse files Browse the repository at this point in the history
…` step
  • Loading branch information
cadencemarseille committed Sep 17, 2014
1 parent c8bdc77 commit 900c4eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ install:
- sudo dpkg -i --force-overwrite /var/cache/apt/archives/libpcrecpp0gsa_*.deb
- sudo apt-get --download-only install libpcre3gsa-dev
- sudo dpkg -i --force-overwrite /var/cache/apt/archives/libpcre3gsa-dev_*.deb
- curl http://www.rust-lang.org/rustup.sh | sudo sh -
script:
- rustc --version
- make install
Expand Down

0 comments on commit 900c4eb

Please sign in to comment.