Skip to content

Commit

Permalink
Point travis to latest faf-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Jun 29, 2019
1 parent ea6cd2d commit c2014ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ before_install:

install:
- git clone https://github.com/FAForever/faf-stack.git faf-stack
&& pushd faf-stack
&& git checkout 912de439292dd7903ce76507256a3f8a77c77845
&& cp -r config.template config
&& ./scripts/init-db.sh
&& popd
&& pushd faf-stack
&& git checkout 8e9e3bd
&& cp -r config.template config
&& ./scripts/init-db.sh
&& popd

script:
- chmod +x gradlew && ./gradlew build -Pversion=${APP_VERSION} --info
- chmod +x gradlew && ./gradlew build -Pversion=${APP_VERSION} --info

after_success:
- ./gradlew jacocoTestReport coveralls
Expand Down

0 comments on commit c2014ed

Please sign in to comment.