Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Bind yarn to 0.16.1
Browse files Browse the repository at this point in the history
More up to date versions seem to have
problems resolving certain dependencies.

See: yarnpkg/yarn#1836
  • Loading branch information
sebastian committed Nov 15, 2016
1 parent 0de5e07 commit 3bccfec
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 @@ -48,7 +48,7 @@ before_install:
- mysql -e "CREATE DATABASE cloaktest1 DEFAULT CHARACTER SET utf8;" -u root
- odbcinst -i -s -h -f cloak/priv/odbc/odbc.ini
- ./travis-asdf-setup.sh
- npm i -g yarn
- npm i -g yarn@0.16.1
before_script:
- ./travis-before-script.sh
script:
Expand Down

0 comments on commit 3bccfec

Please sign in to comment.