File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ before_script:
13
13
- export DISPLAY=:99.0
14
14
- sh -e /etc/init.d/xvfb start
15
15
- sleep 3 # give xvfb some time to start
16
- - wget http://download.netbeans.org/netbeans/8.0.2 /final/zip/netbeans-8.0.2-201411181905 .zip -O netbeans.zip
16
+ - wget http://download.netbeans.org/netbeans/8.1 /final/zip/netbeans-8.1-201510222201 .zip -O netbeans.zip
17
17
- unzip -q netbeans.zip
18
18
- mvn -q dependency:get -Dartifact=junit:junit:4.8.2 -DrepoUrl=http://repo1.maven.org/maven2/
19
19
# To reduce amout of log
20
20
- cd maven-wrapper/ && mvn -q install && cd ..
21
21
22
22
script :
23
- - ant -Dcontinue.after.failing.tests=true -Dnbplatform.nb802 .netbeans.dest.dir=$PWD/netbeans -Dnbplatform.nb802 .harness.dir=$PWD/netbeans/harness test
23
+ - ant -Dcontinue.after.failing.tests=true -Dnbplatform.nb81 .netbeans.dest.dir=$PWD/netbeans -Dnbplatform.nb81 .harness.dir=$PWD/netbeans/harness test
24
24
25
25
notifications :
26
26
slack :
You can’t perform that action at this time.
0 commit comments