Skip to content

Commit

Permalink
Add engine to the dotenv file in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed May 28, 2020
1 parent 2e86fc9 commit bd3ae3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ env:

branches:
only:
- development
- master
- development
- master

dist: trusty

Expand Down Expand Up @@ -50,6 +50,7 @@ script:
- printf "AWS_ACCESS_SECRET=${AWS_ACCESS_SECRET}\n" >> .env
- printf "AWS_REGION=${AWS_REGION}\n" >> .env
- printf "AWS_DOMAIN=${AWS_DOMAIN}\n" >> .env
- printf "ENGINE=${ENGINE}\n" >> .env
# run our dependency install to ensure the workbench is in place
- box install
# run our matrix server
Expand Down

0 comments on commit bd3ae3f

Please sign in to comment.