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.
1 parent 29eb785 commit dcc22c2Copy full SHA for dcc22c2
.travis.yml
@@ -1,9 +1,9 @@
1
sudo: false
2
language: java
3
jdk:
4
+ - oraclejdk8
5
- oraclejdk7
- #- openjdk7
6
- #- openjdk6
+ - openjdk7
7
8
cache:
9
directories:
@@ -22,4 +22,6 @@ before_script:
22
script:
23
- ant -Dcontinue.after.failing.tests=true -Dnbplatform.nb802.netbeans.dest.dir=$PWD/netbeans -Dnbplatform.nb802.harness.dir=$PWD/netbeans/harness test
24
25
-
+notifications:
26
+ slack:
27
+ secure: RAYLit1PKRmeWYeEonVh9oFlFpL6PP9t6aulpLqa3/RYOR/CYZjkDvPxhNOOyPnPfxNojA16xp4grgU8q0F5vUBQ3FpLsyBIl3JMAFtyBPbdKK8/F2ZClWZMBLE2qf13FqJtNEnLu3btBVP1sB8MOrGmiyn+2wHQdwWytAMyzdE=
0 commit comments