Skip to content

Commit

Permalink
Cleanup: new minimalistic .travis.yml as a startup
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Sep 9, 2016
1 parent afeaab3 commit ca0a477
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 566 deletions.
37 changes: 6 additions & 31 deletions .travis.yml
@@ -1,34 +1,9 @@
language: php

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

env:
- DB=postgres

before_install:
- composer self-update
- composer install --prefer-source --no-interaction --dev

before_script:

branches:
only:
- master

script:

after_script:

matrix:
allow_failures:
- php: hhvm
fast_finish: true

notifications:
email: false
- nightly
5 changes: 0 additions & 5 deletions tests/travis/config_db.sh

This file was deleted.

53 changes: 0 additions & 53 deletions tests/travis/pgsql/grant_privileges.sql

This file was deleted.

0 comments on commit ca0a477

Please sign in to comment.