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