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 d119a22 commit 2f46040Copy full SHA for 2f46040
.travis.yml
@@ -14,7 +14,7 @@ install:
14
- if [[ $TRAVIS_BRANCH == greenkeeper* ]]; then
15
yarn install --silent;
16
else
17
- yarn --silent --pure-lockfile --production=true;
+ yarn --silent --pure-lockfile;
18
fi
19
20
before_script:
0 commit comments