We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b803ae1 commit c581d02Copy full SHA for c581d02
1 file changed
.travis.yml
@@ -4,12 +4,10 @@ language:
4
rvm:
5
- 2.3.1
6
7
-before_install:
+before_script:
8
- "export DISPLAY=:99.0"
9
- "sh -e /etc/init.d/xvfb start"
10
- sleep 3 # give xvfb some time to start
11
-
12
-before_script:
13
- mkdir -p $HOME/bin
14
- curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME/bin
15
- testspace config url samples.testspace.com
0 commit comments