Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Commit acb4501

Browse files
committed
Typo in Travis-CI script
1 parent fb55053 commit acb4501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/archetype-resources/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ before_install:
1818
- conda install -y -q pandas protobuf
1919
install:
2020
- pip install ${required_python_package}
21-
install: mvn package -B
21+
- mvn package -B
2222
script: xvfb-run mvn verify -B

0 commit comments

Comments
 (0)