Skip to content

Commit 67657b3

Browse files
committed
Travis
1 parent 4eb5424 commit 67657b3

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

.travis.yml

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
sudo: false
2-
cache:
3-
directories:
4-
- $HOME/.m2
52
language: java
63
jdk:
74
- oraclejdk7
85
- openjdk7
96
- openjdk6
7+
108
before_install:
119
- ./before_install.sh
10+
11+
cache:
12+
directories:
13+
- $HOME/.m2
14+
15+
before_script:
16+
- "export DISPLAY=:99.0"
17+
- "sh -e /etc/init.d/xvfb start"
18+
- sleep 3 # give xvfb some time to start
19+
- wget http://download.netbeans.org/netbeans/8.0.2/final/zip/netbeans-8.0.2-201411181905.zip -O netbeans.zip
20+
- unzip -q netbeans.zip
21+
- mvn -q dependency:get -Dartifact=junit:junit:4.8.2 -DrepoUrl=http://repo1.maven.org/maven2/
22+
# To reduce amout of log
23+
- cd maven-wrapper/ && mvn -q install && cd ..
24+
1225
script:
13-
- mvn clean test
14-
- mvn verify
26+
- ant -Dcontinue.after.failing.tests=true -Dnbplatform.nb802.netbeans.dest.dir=$PWD/netbeans -Dnbplatform.nb802.harness.dir=$PWD/netbeans/harness test
27+

0 commit comments

Comments
 (0)