Skip to content

Commit

Permalink
BUG Remove Behat tests from Travis matrix for SS3
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Sep 8, 2017
1 parent bd26907 commit 2cbdeba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ language: php
php:
- 5.4

dist: precise

env:
global:
- CORE_RELEASE=3.1
Expand All @@ -16,8 +18,6 @@ matrix:
include:
- php: 5.3
env: DB=MYSQL
- php: 5.4
env: DB=MYSQL BEHAT_TEST=1

before_script:
- composer self-update
Expand Down

0 comments on commit 2cbdeba

Please sign in to comment.