From 9be484e3f91842857700093a26ff910366b34138 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Sun, 18 Sep 2016 01:00:43 +0900 Subject: [PATCH] Remove update-alternatives to use Ubuntu 14.04 --- circle.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/circle.yml b/circle.yml index b8cabdc0..0a1d0de9 100644 --- a/circle.yml +++ b/circle.yml @@ -1,9 +1,4 @@ machine: - pre: - - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.6 10 - - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.6 10 - - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 20 - - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 20 node: version: 6.1.0 services: