Skip to content

Commit

Permalink
Fixed travis using 5.4 and not 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
boekkooi committed Jan 13, 2016
1 parent 118d088 commit d4dd88d
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 @@ -25,7 +25,7 @@ matrix:
env: |
SYMFONY_VERSION=3.0.*
# [BEHAT] Test 2.8 without additionals in FF
- php: 5.4
- php: 5.5
env: |
SYMFONY_VERSION=2.8.*
TEST_SCOPE='javascript'
Expand All @@ -34,7 +34,7 @@ matrix:
addons:
firefox: "42.0"
# [BEHAT] Test 2.3 with additionals in FF
- php: 5.4
- php: 5.5
env: |
SYMFONY_VERSION=2.3.*
TEST_SCOPE='javascript'
Expand Down

0 comments on commit d4dd88d

Please sign in to comment.