We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268e4ca commit f39e27aCopy full SHA for f39e27a
.travis.yml
@@ -10,8 +10,8 @@ cache:
10
- $HOME/.m2
11
12
before_script:
13
- - "export DISPLAY=:99.0"
14
- - "sh -e /etc/init.d/xvfb start"
+ - export DISPLAY=:99.0
+ - 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
0 commit comments