Skip to content

Commit 8c322c8

Browse files
authored
Merge pull request #37 from messagebird/dont-skip-tests
Explicitly state we do not want to skip tests
2 parents dd60c9c + d791684 commit 8c322c8

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
@@ -1,7 +1,7 @@
11
language: java
22
dist: trusty
33
before_script: cd api/
4-
script: mvn test -Ptest -Dhttps.protocols=TLSv1.2 -DmessageBirdAccessKey=test_iQpAp0KCs5GCsMpDhIx2leuNB -DmessageBirdMSISDN=31612345678
4+
script: mvn test -Ptest -DskipTests=false -Dhttps.protocols=TLSv1.2 -DmessageBirdAccessKey=test_iQpAp0KCs5GCsMpDhIx2leuNB -DmessageBirdMSISDN=31612345678
55
jdk:
66
- oraclejdk8
77
- oraclejdk9

0 commit comments

Comments
 (0)