Skip to content

Commit

Permalink
Remove travis reference on README
Browse files Browse the repository at this point in the history
  • Loading branch information
evasques committed Oct 3, 2023
1 parent edb49f3 commit f598ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Repository is a library packaged as a jar file which contains the following:

Tests are combined into test classes split by test type or Spring application context used in the test, see classes
in _src/test/java/org/alfresco_. All of these classes as well as individual tests can be run by specifying the test
class name and a set of DB connection properties. Check the travis.yml file for docker images that should be started
class name and a set of DB connection properties. Check the ci.yml file for docker images that should be started
to provide a suitable test environment. For example:
~~~
mvn clean test -Dtest=SomeRepoTest -Ddb.driver=org.postgresql.Driver -Ddb.name=alfresco -Ddb.url=jdbc:postgresql:alfresco -Ddb.username=alfresco -Ddb.password=alfresco
Expand Down

0 comments on commit f598ed1

Please sign in to comment.