Skip to content

Commit c581d02

Browse files
committed
moving xvfb to recommended section
1 parent b803ae1 commit c581d02

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ language:
44
rvm:
55
- 2.3.1
66

7-
before_install:
7+
before_script:
88
- "export DISPLAY=:99.0"
99
- "sh -e /etc/init.d/xvfb start"
1010
- sleep 3 # give xvfb some time to start
11-
12-
before_script:
1311
- mkdir -p $HOME/bin
1412
- curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME/bin
1513
- testspace config url samples.testspace.com

0 commit comments

Comments
 (0)