8000 Run more tests on Travis · panchenko/rabbitmq-java-client@4b94c5d · GitHub
[go: up one dir, main page]

10000
Skip to content

Commit 4b94c5d

Browse files
Run more tests on Travis
1 parent e00f74c commit 4b94c5d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,16 @@ services:
88
- rabbitmq
99
otp_release:
1010
- "R16B03-1"
11+
- "17.5"
12+
- "18.0"
1113
install:
1214
- if [ ! -d "$HOME/rabbitmq-public-umbrella/.git" ]; then git clone https://github.com/rabbitmq/rabbitmq-public-umbrella.git $HOME/rabbitmq-public-umbrella; fi
1315
- cd $HOME/rabbitmq-public-umbrella
1416
- make co
1517
- make up
1618
before_script:
17-
- IFS="/" read -a PARTS <<< "$TRAVIS_REPO_SLUG"
18-
- export TEST_DIR=$HOME/rabbitmq-public-umbrella/${PARTS[1]}
19-
- rm -rf ${TEST_DIR}
20-
- cp -r ${TRAVIS_BUILD_DIR} ${TEST_DIR}
21-
- cd ${TEST_DIR}
22-
script: ant test-client
19+
- cd $HOME/rabbitmq-public-umbrella/rabbitmq-test
20+
script: make lite
2321
before_cache:
2422
- rm -rf ${TEST_DIR}
2523
- cd $HOME

0 commit comments

Comments
 (0)
0