Skip to content

Commit d119a22

Browse files
authored
multi-line conditional and add --production flag
1 parent 19b035f commit d119a22

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ before_install:
1111
- yarn global add greenkeeper-lockfile@2
1212

1313
install:
14-
- if [[ $TRAVIS_BRANCH == greenkeeper* ]]; then yarn install --silent; else yarn --pure-lockfile --silent; fi
14+
- if [[ $TRAVIS_BRANCH == greenkeeper* ]]; then
15+
yarn install --silent;
16+
else
17+
yarn --silent --pure-lockfile --production=true;
18+
fi
1519

1620
before_script:
1721
- greenkeeper-lockfile-update

0 commit comments

Comments
 (0)