Skip to content

Commit

Permalink
Remove gcc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Diggsey committed Oct 8, 2015
1 parent 2041f1b commit 3852358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install: |
before_script:
- sudo apt-get update
- sudo apt-get install libc6-dev:i386 libstdc++6:i386 zlib1g-dev:i386 gcc:i386 libgcc1:i386
- sudo apt-get install libc6-dev:i386 libstdc++6:i386 zlib1g-dev:i386 libgcc1:i386
- sudo aptitude why oracle-java7-installer
- sudo ~/rust/install.sh

Expand Down

0 comments on commit 3852358

Please sign in to comment.