We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 147babc + 0dbd288 commit 4c84368Copy full SHA for 4c84368
.travis.yml
@@ -2,10 +2,11 @@ language: java
2
sudo: false
3
4
jdk:
5
- - oraclejdk7
+ - oraclejdk8
6
7
install: true
8
script: ./travis.sh
9
+
10
env:
11
- TARGET=CI
12
- TARGET=IT SQ_VERSION=DEV
travis.sh
@@ -1,10 +1,10 @@
1
#!/bin/bash
-set -euo pipefail
+set -euox pipefail
function installTravisTools {
- mkdir ~/.local
- curl -sSL https://github.com/SonarSource/travis-utils/tarball/v21 | tar zx --strip-components 1 -C ~/.local
+ mkdir -p ~/.local
+ curl -sSL https://github.com/SonarSource/travis-utils/tarball/v47 | tar zx --strip-components 1 -C ~/.local
source ~/.local/bin/install
}
@@ -33,4 +33,3 @@ IT)
33
;;
34
35
esac
36
-
0 commit comments