From 386b1dc216249a56588526276a8ce6cfcb04ac44 Mon Sep 17 00:00:00 2001 From: nixa <4dmitr@gmail.com> Date: Tue, 12 Jul 2016 17:57:51 +0300 Subject: [PATCH] fix(travis): playing with travis configuration --- .travis.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a6a784c5..c4edbe49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,22 @@ language: node_js node_js: - "4" - - "5" - - "node" + +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-4.8 install: + - npm config set spin false + - npm install -g npm@3 + - npm install -g webpack + - npm install -g typings + - npm install -g typescript + - npm install -g bower + - npm install script: