Skip to content

Commit 1c5ff43

Browse files
committed
Use NetBeans 8.1
1 parent 940d2f0 commit 1c5ff43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ before_script:
1313
- export DISPLAY=:99.0
1414
- sh -e /etc/init.d/xvfb start
1515
- 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
1717
- unzip -q netbeans.zip
1818
- mvn -q dependency:get -Dartifact=junit:junit:4.8.2 -DrepoUrl=http://repo1.maven.org/maven2/
1919
# To reduce amout of log
2020
- cd maven-wrapper/ && mvn -q install && cd ..
2121

2222
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
2424

2525
notifications:
2626
slack:

0 commit comments

Comments
 (0)