Skip to content

Commit

Permalink
Fix travis (faf-stack was pointing to deleted branch)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Oct 1, 2019
1 parent 8f0148f commit c8c5663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_install:
install:
- git clone https://github.com/FAForever/faf-stack.git faf-stack
&& pushd faf-stack
&& git checkout e33243c9
&& git checkout 1a64095
&& cp -r config.template config
&& cp .env.template .env
&& ./scripts/init-db.sh
Expand Down

0 comments on commit c8c5663

Please sign in to comment.