From 0ea3d5b765fda1e6e79746d7abe0c6008053f5eb Mon Sep 17 00:00:00 2001 From: Keheliya Gallaba Date: Fri, 17 Feb 2017 17:32:18 -0500 Subject: [PATCH] moving install commands to install phase --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 27572a7..b5bf20c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,11 +10,12 @@ node_js: addons: apt: sources: - - ubuntu-toolchain-r-test + - ubuntu-toolchain-r-test packages: - - g++-4.8 - - gcc-4.8 -before_script: + - g++-4.8 + - gcc-4.8 +install: + - npm install - npm install -g grunt-cli node-gyp mocha services: - cassandra