Maybe not needed anymore? See https://github.com/composer/composer/issues/4884#issuecomment-195229989
This commit is contained in:
parent
bb54d46c7e
commit
12c5e9db39
1 changed files with 0 additions and 1 deletions
|
@ -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
|
- 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:
|
before_script:
|
||||||
- composer config -g github-oauth.github.com "$GITHUB_TOKEN"
|
|
||||||
- composer install -n
|
- composer install -n
|
||||||
- npm install -g mocha
|
- npm install -g mocha
|
||||||
- cd js
|
- cd js
|
||||||
|
|
Loading…
Reference in a new issue