Skip to content

Commit dc4629b

Browse files
committed
Remove -q flag in conda env create command.
1 parent d192ecc commit dc4629b

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
@@ -17,7 +17,7 @@ install:
1717

1818
# Replace dep1 dep2 ... with your dependencies
1919
- cd rosi_py
20-
- conda env create -q -n test-environment -f environment.yml
20+
- conda env create -n test-environment -f environment.yml
2121
- source activate test-environment
2222

2323
script:

0 commit comments

Comments
 (0)