Skip to content

Commit 784af97

Browse files
committed
Trying to fix wrong ognl reference in the snapshot.
1 parent a56c38d commit 784af97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ jdk:
44
- openjdk7
55
- openjdk6
66
after_success:
7+
- "mvn clean"
78
- "git clone -b travis `git config --get remote.origin.url` target/travis"
8-
- "mvn deploy --settings target/travis/settings.xml"
9+
- "mvn deploy -Dmaven.test.skip=true --settings target/travis/settings.xml"
910

1011
branches:
1112
except:

0 commit comments

Comments
 (0)