Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnysideup committed May 2, 2018
2 parents cd22391 + 3c3db73 commit 445d1a4
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ cache:
directories:
- $HOME/.composer/cache/files

# configure notifications (email, IRC, campfire etc)
notifications:
email: ssuerrors@gmail.com


addons:
apt:
packages:
Expand All @@ -32,6 +37,10 @@ matrix:
env:
- DB=MYSQL





before_script:
- pecl channel-update pecl.php.net
- phpenv rehash
Expand All @@ -42,17 +51,6 @@ before_script:
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss


# configure notifications (email, IRC, campfire etc)
notifications:
email: ssuerrors@gmail.com


cache:
directories:
- $HOME/.composer/cache/files


script:
# Execute tests with no coverage. This is the fastest option
- php framework/cli-script.php dev/build flush=all

0 comments on commit 445d1a4

Please sign in to comment.