diff options
author | Lioncash <mathew1800@gmail.com> | 2016-04-03 15:26:28 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2016-04-03 15:45:48 -0400 |
commit | 5181b4a0df466cde55a2459290414a7d056065ba (patch) | |
tree | 717b4899f1383de9186ce1bca6644c70520da931 /.travis.yml | |
parent | 5ef90464a1cb72cdde1da60d7aa87636876a3ca3 (diff) |
travis: Update dependencies
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 2e875cccf..8d86baece 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,8 @@ addons: sources: - ubuntu-toolchain-r-test packages: - - gcc-4.9 - - g++-4.9 + - gcc-5 + - g++-5 - xorg-dev - lib32stdc++6 # For CMake - lftp # To upload builds |