more travis fun
This commit is contained in:
parent
a4b8161597
commit
f3097f423f
|
@ -1,5 +1,6 @@
|
|||
# Use docker-based build environment (instead of openvz)
|
||||
sudo: false
|
||||
#sudo: false
|
||||
sudo: required
|
||||
|
||||
language: java
|
||||
jdk:
|
||||
|
|
|
@ -640,7 +640,7 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<forkCount>1</forkCount>
|
||||
<forkCount>2</forkCount>
|
||||
<reuseForks>true</reuseForks>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
@ -170,6 +170,7 @@ public abstract class BaseHapiFhirSystemDao<T, MT> extends BaseHapiFhirDao<IBase
|
|||
return retVal;
|
||||
}
|
||||
|
||||
@Transactional(propagation = Propagation.REQUIRED, readOnly=true)
|
||||
@Override
|
||||
public Map<String, Long> getResourceCounts() {
|
||||
CriteriaBuilder builder = myEntityManager.getCriteriaBuilder();
|
||||
|
|
Loading…
Reference in New Issue