Skip to content

Commit 6be20c8

Browse files
authored
Merge pull request #7 from Fryguy/prod_build
Add env vars for production build
2 parents 250daad + 488e5da commit 6be20c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: ruby
22
rvm: 2.5.6
33
env:
44
global:
5+
- JEKYLL_ENV=production
6+
- MIQ_ENV=production
57
- BUNDLE_PATH=${TRAVIS_BUILD_DIR}/vendor/bundle
68
cache:
79
directories:

0 commit comments

Comments
 (0)