Skip to content

Commit bd1067e

Browse files
committed
[cover] 2-step echo, because \n wasn't working
1 parent 74771dc commit bd1067e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ install: raco pkg install --deps search-auto $TRAVIS_BUILD_DIR/ipoe
1515

1616
before_script:
1717
- psql -c 'create database travis_ci_test;' -U postgres
18-
- echo "#:user \"postgres\"\n#:dbname \"travis_ci_test\"" > $HOME/.ipoe
18+
- echo "#:user \"postgres\"" >> $HOME/.ipoe
19+
- echo "#:dbname \"travis_ci_test\"" >> $HOME/.ipoe
1920

2021
script:
2122
- raco test $TRAVIS_BUILD_DIR/ipoe

0 commit comments

Comments
 (0)