We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7004cec commit b8a4c1aCopy full SHA for b8a4c1a
.travis.yml
@@ -5,3 +5,9 @@ branches:
5
- master
6
- /^greenkeeper\/.*$/
7
cache: yarn
8
+
9
+# Since the upgrade to Ubuntu Precise, yarn is not available to run scripts: `yarn run foo`
10
+# So let's install it manually
11
+before_install:
12
+ - curl -o- -L https://yarnpkg.com/install.sh | bash
13
+ - export PATH="$HOME/.yarn/bin:$PATH"
0 commit comments