File: .travis.yml

package info (click to toggle)
bnd 2.4.1-4~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 14,448 kB
  • sloc: java: 93,752; xml: 19,453; sh: 268; makefile: 156
file content (12 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
language: java
jdk:
  - oraclejdk7

env:
  - TERM=dumb

install:
  - ./gradlew -Pbnd_repourl=https://bndtools.ci.cloudbees.com/job/bnd.next/lastSuccessfulBuild/artifact/dist/bundles --version

script:
  - ./gradlew -Pbnd_repourl=https://bndtools.ci.cloudbees.com/job/bnd.next/lastSuccessfulBuild/artifact/dist/bundles --continue