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