Skip to content

Commit 2f46040

Browse files
authored
Keep devdeps in build for testing/linting
1 parent d119a22 commit 2f46040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
- if [[ $TRAVIS_BRANCH == greenkeeper* ]]; then
1515
yarn install --silent;
1616
else
17-
yarn --silent --pure-lockfile --production=true;
17+
yarn --silent --pure-lockfile;
1818
fi
1919

2020
before_script:

0 commit comments

Comments
 (0)