summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSheogorath2019-04-10 13:35:38 +0200
committerSheogorath2019-04-10 13:40:54 +0200
commit32f6037da9f9c3025fb53a541c240325bdafd11f (patch)
tree7d1903155398d0b8710e06fe53ebdd1f130c833e /.travis.yml
parente014a7339390693383ad00a020b8e3337f780f19 (diff)
Update yarn to version 1.15.2
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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 37e33525..a2fce834 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ cache: yarn
env:
global:
- CXX=g++-4.8
- - YARN_VERSION=1.3.2
+ - YARN_VERSION=1.15.2
jobs:
include: