Skip to content

Commit

Permalink
PATCH: module clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnysideupdevs committed Mar 13, 2017
1 parent 3aa4e12 commit e27b02c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
32 changes: 25 additions & 7 deletions .travis.yml
@@ -1,20 +1,38 @@
language: php

php:
- 5.3
sudo: false

addons:
apt:
packages:
- tidy

#before_install:
#- pip install --user codecov

env:
- DB=MYSQL CORE_RELEASE=3.4
global:
- DB=MYSQL CORE_RELEASE=3.5.1
# Turn coverage off by default, as it's expensive time wise
- COVERAGE=0

matrix:
include:
- php: 5.6
env: DB=MYSQL

before_script:
- composer self-update
- phpenv rehash
- git clone git://github.com/Sunny-Side-Up/silverstripe-travis-support.git ~/travis-support
- composer self-update || true
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss


#Execute tests
script:
- php framework/cli-script.php dev/build
# Execute tests with no coverage. This is the fastest option
- vendor/bin/phpunit sharethis/tests/
#- php framework/cli-script.php dev/build


# configure notifications (email, IRC, campfire etc)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@

* [Developer Docs](docs/en/INDEX.md)
* [User Guide](docs/en/userguide.md)
* [API](http://ssmods.com/apis/sharethis/docs/en/api/)
* [API Docs](http://docs.ssmods.com/sunnysideup/sharethis)

## Requirements

Expand Down

0 comments on commit e27b02c

Please sign in to comment.