Skip to content

Commit

Permalink
update v1.0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sujitprasad12 committed Jan 27, 2016
1 parent 366acf3 commit b1d1ebb
Show file tree
Hide file tree
Showing 699 changed files with 148,311 additions and 1,344 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString
DB_HOST=localhost
DB_DATABASE=fav
DB_DATABASE=fav2222
DB_USERNAME=root
DB_PASSWORD=
CACHE_DRIVER=file
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
/vendor
/node_modules
.env
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Required to run your project under the correct environment.
language: php

# Versions of PHP you want your project run with.
php:
- 5.5
- 5.6
- hhvm

# Commands to be run before your environment runs.
before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev

# Commands you want to run that will verify your build.
script: phpunit

# allow_failures: Allow this build to fail under the specified environments.
# fast_finish: If your build fails do not continue trying to build, just stop.
matrix:
allow_failures:
- php: 5.6
- php: hhvm
fast_finish: true

# Customize when the notification emails are sent.
notifications:
on_success: never
on_failure: always
Loading

0 comments on commit b1d1ebb

Please sign in to comment.