This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:cargomedia/CM into model-create
- Loading branch information
Showing
25 changed files
with
708 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ before_script: | |
- npm install -g [email protected] | ||
- composer install | ||
- cp tests/travis/config.php resources/config/local.php | ||
- bin/cm app set-deploy-version | ||
- bin/cm app set-config deploy '{"deployVersion":'$(date +"%s")'}' | ||
|
||
script: | ||
- bin/phpunit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
242 changes: 0 additions & 242 deletions
242
client-vendor/after-body/jquery.lazyload/jquery.lazyload.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Currently we use a custom fork https://github.com/vogdb/unveil2. As soon as out changes are merged please remove this file. | ||
Our changes are: | ||
- https://github.com/nabble/unveil2/pull/27 | ||
- https://github.com/nabble/unveil2/pull/28 | ||
- https://github.com/nabble/unveil2/pull/30 |
Oops, something went wrong.