Skip to content

Commit

Permalink
For realz this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Rey Lopez committed Jan 4, 2017
1 parent 94ce21d commit a3ed750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ install:
- . $HOME/.nvm/nvm.sh
- nvm install 6.9.2
- nvm use 6.9.2
- version=0.18.1 && wget https://yarnpkg.com/downloads/$version/yarn-v$version.tar.gz && tar zxf yarn-v$version.tar.gz && yarn-v$version/dist/bin/yarn install --no-progress
- version=0.18.1 && wget https://yarnpkg.com/downloads/$version/yarn-v$version.tar.gz && mkdir yarn && tar zxf yarn-v$version.tar.gz -C yarn && yarn/dist/bin/yarn install --no-progress

# Clones WordPress and configures our testing environment.
before_script:
Expand Down

0 comments on commit a3ed750

Please sign in to comment.