Skip to content

Commit

Permalink
Try and fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
danielholmes committed Feb 12, 2020
1 parent f3b7777 commit 559ce24
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ before_script:
- printf "\n" | pecl install imagick
- sudo apt-get install -y pngquant
- composer install
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('battle218pw') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root

# Yarn
- sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
Expand All @@ -25,8 +24,8 @@ before_script:
- yarn install

script:
- yarn lint
- cp bgaproject.yml.dist bgaproject.yml
- yarn lint:check
- cp bgaproject.yml.travis.dist bgaproject.yml
- composer compile-images > /dev/null
- composer clean
- composer build
Expand Down
14 changes: 14 additions & 0 deletions bgaproject.yml.travis.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
useComposer: true

extraSrc:
- src/TheBattleForHill218

testDb:
namePrefix: battleforhill_test_
user: root
pass: ""

sftp:
host: ""
user: ""
pass: ""

0 comments on commit 559ce24

Please sign in to comment.