Skip to content

Commit

Permalink
Adapt to latest faf-stack changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Sep 20, 2019
1 parent 27bcc33 commit 3498a92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
before_install:
- sudo /etc/init.d/mysql stop
- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/releases/download/1.16.1/docker-compose-`uname -s`-`uname -m` > /tmp/docker-compose
- curl -L https://github.com/docker/compose/releases/download/1.24.0/docker-compose-`uname -s`-`uname -m` > /tmp/docker-compose
- chmod +x /tmp/docker-compose
- sudo mv /tmp/docker-compose /usr/local/bin
- APP_VERSION=$([ -n "${TRAVIS_TAG}" ] && echo "${TRAVIS_TAG#*v}" || echo "${TRAVIS_BRANCH##*/}")
Expand All @@ -25,6 +25,7 @@ install:
&& pushd faf-stack
&& git checkout e33243c9
&& cp -r config.template config
&& cp .env.template .env
&& ./scripts/init-db.sh
&& popd

Expand Down

0 comments on commit 3498a92

Please sign in to comment.