Skip to content

Commit

Permalink
chore(Bors) Configuring Bors-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
vonglasow committed Mar 12, 2018
1 parent 61a38c2 commit a00a7a5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
language: php

branches:
only:
- staging
- trying
- master

matrix:
include:
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
env:
- ENABLE_XDEBUG=true
- php: 7.1
env:
- ENABLE_DEVTOOLS=true
- php: 7.2
env:
- ENABLE_XDEBUG=true
- php: 7.2
env:
- ENABLE_DEVTOOLS=true
- php: nightly
allow_failures:
- php: nightly
Expand Down
4 changes: 4 additions & 0 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
status = [
"continuous-integration/travis-ci/push"
]
timeout_sec = 1800

0 comments on commit a00a7a5

Please sign in to comment.