Skip to content

Commit 29eb785

Browse files
committed
travis
1 parent 495efa4 commit 29eb785

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

.travis.yml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
1+
sudo: false
12
language: java
23
jdk:
34
- oraclejdk7
4-
- openjdk7
5-
- openjdk6
5+
#- openjdk7
6+
#- openjdk6
7+
8+
cache:
9+
directories:
10+
- $HOME/.m2
11+
12+
before_script:
13+
- "export DISPLAY=:99.0"
14+
- "sh -e /etc/init.d/xvfb start"
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
17+
- unzip -q netbeans.zip
18+
- mvn -q dependency:get -Dartifact=junit:junit:4.8.2 -DrepoUrl=http://repo1.maven.org/maven2/
19+
# To reduce amout of log
20+
- cd maven-wrapper/ && mvn -q install && cd ..
21+
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+

0 commit comments

Comments
 (0)