Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Fix the travis config to work properly with a new folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnipe committed Jun 20, 2017
1 parent d13f5e2 commit a0dd13c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ before_script:
- nvm install 6.10.0
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
- cd ./assets
- yarn install --silent > /dev/null
- cd ..
script:
- mix test
before_deploy:
- cd ./assets
- yarn run deploy
- cd ..
- MIX_ENV=prod mix phoenix.digest
- MIX_ENV=prod mix release --env=prod
- mkdir ab-deploy
Expand Down

0 comments on commit a0dd13c

Please sign in to comment.