Skip to content

Commit

Permalink
Fix yaml errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Mar 22, 2019
1 parent 0171b42 commit 8294f9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ before_script:
- if [ "$DB" = "pgsql" ]; then USER=postgres; fi

# create config file
- sed -i "s/driver: .*/driver: pdo_$DB/" etc/config.yaml
- sed -i "s/user: .*/user: $USER/" etc/config.yaml
- sed -i "s/password: .*/password: $PASSWORD/" etc/config.yaml
- sed -i "s/dbname: .*/dbname: $DATABASE/" etc/config.yaml
- sed -i "s/driver':' .*/driver':' pdo_$DB/" etc/config.yaml
- sed -i "s/user':' .*/user':' $USER/" etc/config.yaml
- sed -i "s/password':' .*/password':' $PASSWORD/" etc/config.yaml
- sed -i "s/dbname':' .*/dbname':' $DATABASE/" etc/config.yaml
- cat etc/config.yaml

# create database
Expand Down

0 comments on commit 8294f9e

Please sign in to comment.