Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit b79c8f7

Browse files
committed
Fix path in Travis scripts
1 parent 3cb95ce commit b79c8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ unzip fiji-linux64.zip > /dev/null 2>&1
1212
# Install the package
1313

1414
cd $TRAVIS_BUILD_DIR/
15-
mvn install -Pimagej --settings ".ci/test_settings.xml"
15+
mvn install -Pimagej --settings ".travis/test_settings.xml"
1616

1717
# Install python
1818

0 commit comments

Comments
 (0)