Skip to content

Commit

Permalink
Merge pull request #1 from jdecool/travis-configuration
Browse files Browse the repository at this point in the history
Travis configuration
  • Loading branch information
jdecool committed Apr 15, 2015
2 parents 8326317 + c4fd221 commit d5fe889
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@ language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0

matrix:
allow_failures:
- php: 7.0

before_script:
- export DISPLAY=:99.0
- Xvfb $DISPLAY -extension RANDR &> /dev/null &
- curl http://selenium-release.storage.googleapis.com/2.45/selenium-server-standalone-2.45.0.jar > selenium.jar
- java -jar selenium.jar &> /dev/null &
- php -S localhost:8080 -t fixtures/ &> /dev/null &
- php -S localhost:8000 -t fixtures/ &> /dev/null &
- cp behat.yml{-dist,}
- composer selfupdate
- composer install

script:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Behat Common Contexts
=====================

[![Build Status](https://travis-ci.org/novaway/BehatCommonContext.svg)](https://travis-ci.org/novaway/BehatCommonContext)

# /!\ This extension is under development. Behat3 is not actually supported. /!\

Provide most common behat tests.
Expand Down

0 comments on commit d5fe889

Please sign in to comment.