Skip to content

Commit

Permalink
Update yarn to version 1.15.2
Browse files Browse the repository at this point in the history
The yarn version we use in CI is quite outdated. This brings up the
problem that it doesn't support semver for git repositories. In order to
fix that problem updating yarn seems to be the right thing to do.

This patch should fix the CI problem caused by the semver git URL.

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
  • Loading branch information
SISheogorath committed Apr 10, 2019
1 parent e014a73 commit 32f6037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ cache: yarn
env:
global:
- CXX=g++-4.8
- YARN_VERSION=1.3.2
- YARN_VERSION=1.15.2

jobs:
include:
Expand Down

0 comments on commit 32f6037

Please sign in to comment.