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 3da0576 commit 6c42be1Copy full SHA for 6c42be1
.travis.yml
@@ -1,15 +1,16 @@
1
+dist: xenial
2
+
3
language:
4
- ruby
-
5
rvm:
6
- 2.3.1
7
8
+services:
9
+ - xvfb
10
addons:
11
firefox: "45.0"
12
13
before_script:
- - "export DISPLAY=:99.0"
- - "sh -e /etc/init.d/xvfb start"
- - sleep 3 # give xvfb some time to start
14
- mkdir -p $HOME/bin
15
- curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME/bin
16
- testspace config url samples.testspace.com
@@ -22,4 +23,4 @@ script:
22
23
- COVERAGE=true bundle exec rake ci:setup:rspec spec
24
25
after_script:
- - CI_REPORTS=$PWD/spec/reports testspace @.testspace.txt
26
+ - CI_REPORTS=$PWD/spec/reports testspace @.testspace.txt
0 commit comments