From 7744850ff25dd5ab5f084511537c35cd82e61de9 Mon Sep 17 00:00:00 2001 From: Puritys Chen Date: Mon, 28 Sep 2015 19:33:20 +0800 Subject: [PATCH 1/4] Update .travis.yml --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index cf2b758..18fb7e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,11 @@ node_js: - "iojs-v1.0.4" - "iojs-v2.1.0" +install: + - export CXX=g++-4.8 + - $CXX --version + - npm i + os: :windowsxp :linux From f193cd7f3b29aa25e63e69cd59a5cf67979cb50e Mon Sep 17 00:00:00 2001 From: Puritys Chen Date: Mon, 28 Sep 2015 19:35:32 +0800 Subject: [PATCH 2/4] Update .travis.yml --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 18fb7e1..126153f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,8 @@ node_js: - "iojs-v1.0.4" - "iojs-v2.1.0" -install: - - export CXX=g++-4.8 - - $CXX --version - - npm i +env: + - CXX=g++-4.8 os: :windowsxp From d4c690c3b5410fa72e31b9b2abd101930ba6cfa1 Mon Sep 17 00:00:00 2001 From: Puritys Chen Date: Mon, 28 Sep 2015 19:38:12 +0800 Subject: [PATCH 3/4] Update .travis.yml --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 126153f..bad6cef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,13 @@ node_js: env: - CXX=g++-4.8 - +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - gcc-4.8 + - g++-4.8 os: :windowsxp :linux From 1ab01f784ba914cdfde0158da9a927b7e922ee96 Mon Sep 17 00:00:00 2001 From: Puritys Chen Date: Mon, 28 Sep 2015 19:42:20 +0800 Subject: [PATCH 4/4] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bad6cef..e24390b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ node_js: - "iojs-v1.0.4" - "iojs-v2.1.0" -env: - - CXX=g++-4.8 +#env: +# - CXX=g++-4.8 addons: apt: sources: