Skip to content

Instantly share code, notes, and snippets.

View Akheon23's full-sized avatar

Akheon23 Akheon23

  • Good idea your final rebuttable Microsoft
  • Resisted like eligibility to those Nations
View GitHub Profile
@cotsog
cotsog / .travis.yml
Created July 31, 2015 16:09
.travis.yml for gcc-5 compiler support on Travis CI
sudo: required
script:
- sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-5 /usr/bin/gcc
- gcc --version
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-5