Skip to content

Commit 5cf6a95

Browse files
committed
Fix Travis configuration formatting
1 parent 4f64f7b commit 5cf6a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install: true
1515
script:
1616
- cp params-csv.ini params.ini
1717
- docker run --rm --mount type=bind,source="$(pwd)/",target="/opt/ldbc_snb_datagen/out" --mount type=bind,source="$(pwd)/params.ini",target="/opt/ldbc_snb_datagen/params.ini" ldbc/datagen
18-
- [[ `md5sum social_network/*.csv | sort | md5sum` == 'fa046e4c44e4c3e8f6858720c45d80ed -' ]]
18+
- "[[ `md5sum social_network/*.csv | sort | md5sum` == 'fa046e4c44e4c3e8f6858720c45d80ed -' ]]"
1919
- mkdir out
2020
- cp -r substitution_parameters out/
2121
notifications:

0 commit comments

Comments
 (0)