Skip to content

Commit f39e27a

Browse files
committed
Cleanup travis.yml
1 parent 268e4ca commit f39e27a

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
@@ -10,8 +10,8 @@ cache:
1010
- $HOME/.m2
1111

1212
before_script:
13-
- "export DISPLAY=:99.0"
14-
- "sh -e /etc/init.d/xvfb start"
13+
- export DISPLAY=:99.0
14+
- sh -e /etc/init.d/xvfb start
1515
- sleep 3 # give xvfb some time to start
1616
- wget http://download.netbeans.org/netbeans/8.0.2/final/zip/netbeans-8.0.2-201411181905.zip -O netbeans.zip
1717
- unzip -q netbeans.zip

0 commit comments

Comments
 (0)