Skip to content

Commit

Permalink
Fixing travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cpriego committed Apr 22, 2017
1 parent 48383f9 commit c0eb2e4
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ matrix:
env: phpunit=true
- php: 7.1
env: phpunit=true
# - php: 7.1
# env:
# phpunit: false
# distro: arch
# run_opts: "'--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro'"
- php: 7.1
env:
phpunit: false
distro: arch
run_opts: "'--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro'"
- php: 7.0
env:
phpunit: false
Expand All @@ -47,6 +47,12 @@ matrix:
phpunit: false
distro: ubuntu1404
run_opts: ""
allow_failures:
- php: 7.1
env:
phpunit: false
distro: arch
run_opts: "'--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro'"

before_install:
- travis_retry composer self-update
Expand Down

0 comments on commit c0eb2e4

Please sign in to comment.