Skip to content

Commit

Permalink
Just Test
Browse files Browse the repository at this point in the history
  • Loading branch information
缘潘 authored and 缘潘 committed Mar 6, 2019
1 parent be2e029 commit c4c7b5c
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
sudo: false

language: java

jdk:
- oraclejdk8
sudo: required

os:
- linux
- osx

java:
- 1.8
- 1.9.x
- 1.10.x

before_script:
- export QINIU_TEST_ENV="travis"
env:
global:
- secure: N3qxkTMAhlclCMtfOB9xLBrFI/OgUg208gMMwQPqwTOsTiZDQnuUBaS7lVZuI0zg6RsuXS/JGi2lp3MXIqKjcl7L5KoTXGKdU19f8H6z3N579kMM+C2WcXRVKWehIDaKXEWQz4BEfIorZKGA07J2SITMozll3KlHAx+K2wxpmyI=
- QINIU_TEST_ENV=travis
- accessKey=vHg2e7nOh7Jsucv2Azr5FH6omPgX22zoJRWa0FN5

script:
- ./gradlew --info clean check
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./travis/run_on_pull_requests; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./travis/run_on_non_pull_requests; fi'
- ./gradlew test -d

0 comments on commit c4c7b5c

Please sign in to comment.