Skip to content

Commit 155639f

Browse files
committed
---
yaml --- r: 939 b: refs/heads/master c: c6b7f27 h: refs/heads/master i: 937: 6f9e9ff 935: 7bccad7 v: v3
1 parent 45606dd commit 155639f

7 files changed

Lines changed: 735 additions & 8 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
refs/heads/master: 167197fad96045bb8d6ce057761732bb83547585
2+
refs/heads/master: c6b7f2785f5f7ef564f7d0ffdf303c757ffe61f5
33
refs/heads/travis: 0fa997e2fc9c6b61b2d91e6d163655aae67d44b6
44
refs/heads/gh-pages: 5a10432ecc75f29812e33a8236c900379509fe99

trunk/.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ before_install:
88
- git clone -b travis `git config --get remote.origin.url` target/travis
99
- cp target/travis/settings.xml ~/.m2/settings.xml
1010
install: mvn install -DskipTests=true -Dgpg.skip=true
11-
script: mvn verify
11+
script:
12+
- utilities/verify.sh
1213
branches:
1314
only:
1415
- master

0 commit comments

Comments
 (0)