Skip to content

Commit 6c42be1

Browse files
authored
Update .travis.yml
1 parent 3da0576 commit 6c42be1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1+
dist: xenial
2+
13
language:
24
- ruby
3-
45
rvm:
56
- 2.3.1
7+
8+
services:
9+
- xvfb
610
addons:
711
firefox: "45.0"
812

913
before_script:
10-
- "export DISPLAY=:99.0"
11-
- "sh -e /etc/init.d/xvfb start"
12-
- sleep 3 # give xvfb some time to start
1314
- mkdir -p $HOME/bin
1415
- curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME/bin
1516
- testspace config url samples.testspace.com
@@ -22,4 +23,4 @@ script:
2223
- COVERAGE=true bundle exec rake ci:setup:rspec spec
2324

2425
after_script:
25-
- CI_REPORTS=$PWD/spec/reports testspace @.testspace.txt
26+
- CI_REPORTS=$PWD/spec/reports testspace @.testspace.txt

0 commit comments

Comments
 (0)