Permalink
Browse files
Configure travis to run selenium features.
- Loading branch information...
Showing
with
4 additions
and
0 deletions.
-
+4
−0
.travis.yml
|
|
@@ -4,3 +4,7 @@ rvm: |
|
|
- 2.1.8
|
|
|
- 2.2.4
|
|
|
- 2.3.0
|
|
|
+before_script:
|
|
|
+ - "export DISPLAY=:99.0"
|
|
|
+ - "sh -e /etc/init.d/xvfb start"
|
|
|
+ - sleep 3 # give xvfb some time to start
|
0 comments on commit
cae69f5