From 12c5e9db39e8d613dfe49fb6f927c0f48dd06f97 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Tue, 2 Jan 2018 06:49:56 +0100 Subject: [PATCH] Maybe not needed anymore? See https://github.com/composer/composer/issues/4884#issuecomment-195229989 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fd79a58..25232d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ install: - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install 4 before_script: - - composer config -g github-oauth.github.com "$GITHUB_TOKEN" - composer install -n - npm install -g mocha - cd js