Skip to content

Commit

Permalink
Merge pull request #84 from LionsAd/test-sudo-false
Browse files Browse the repository at this point in the history
Test sudo false
  • Loading branch information
LionsAd committed Jul 16, 2015
2 parents 9d36ad4 + bda769e commit 070f62f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@

language: php

# Need to fix clean urls via php-fpm first.
sudo: required
# sudo: false
sudo: false

php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

branches:
only:
- "7.x-1.x"
- "8.x-1.x"

matrix:
fast_finish: true
Expand Down Expand Up @@ -75,7 +78,7 @@ mysql:
before_install:
- cd ./tests
- composer self-update
- composer global require "lionsad/drupal_ti:1.2.*"
- composer global require "lionsad/drupal_ti:dev-master"
- drupal-ti before_install

install:
Expand Down

0 comments on commit 070f62f

Please sign in to comment.