Commit f0cce46e authored by xoviat's avatar xoviat Committed by GitHub

[travis] fix package sources

parent ba01c584
...@@ -4,11 +4,13 @@ sudo: false ...@@ -4,11 +4,13 @@ sudo: false
addons: addons:
apt: apt:
sources:
- ubuntu-toolchain-r-test
packages: packages:
- gdb - gdb
- python-dbg - python-dbg
- python3-dbg - python3-dbg
- gcc-5 - gcc-6
cache: cache:
pip: true pip: true
...@@ -89,8 +91,8 @@ before_install: ...@@ -89,8 +91,8 @@ before_install:
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
mkdir "$HOME/gcc-symlinks" mkdir "$HOME/gcc-symlinks"
export PATH="$HOME/gcc-symlinks:$PATH" export PATH="$HOME/gcc-symlinks:$PATH"
ln -s $HOME/gcc-symlinks/gcc /usr/bin/gcc-5 ln -s $HOME/gcc-symlinks/gcc /usr/bin/gcc-6
ln -s $HOME/gcc-symlinks/g++ /usr/bin/gcc-5 ln -s $HOME/gcc-symlinks/g++ /usr/bin/gcc-6
which gcc which gcc
which g++ which g++
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment