Skip to content

Commit

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

script: |
Expand Down

0 comments on commit 2041f1b

Please sign in to comment.