Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
ae73801
Build assets file on travis
asbiin Jan 27, 2018
0a8fd72
Not sure if mix-manifest should be in source control
asbiin Jan 27, 2018
701cd09
Fix jquery-tags-input name import
asbiin Jan 27, 2018
36f58bb
Merge remote-tracking branch 'origin/bug/750-jquery-tags-input' into …
asbiin Jan 27, 2018
a645ebf
Try deploy with bintray
asbiin Jan 27, 2018
44cdf04
Fix json
asbiin Jan 27, 2018
6d27695
Change build order
asbiin Jan 28, 2018
e0ce684
Delete octicons build
asbiin Jan 28, 2018
62bb4b1
Add gitignore
asbiin Jan 28, 2018
473d206
Reduce verbosity
asbiin Jan 28, 2018
8d1d16e
Reduce verbosity
asbiin Jan 28, 2018
7da4e6f
Add infos to deploy, reduce verbosity again
asbiin Jan 28, 2018
600f08f
One missing coma
asbiin Jan 28, 2018
54b5247
Fix sed
asbiin Jan 28, 2018
0701c06
Fix version detection
asbiin Jan 28, 2018
1674f9d
Change file format
asbiin Jan 28, 2018
ed702fc
Add list of files to ignore
asbiin Jan 28, 2018
e8004ce
Try to build and publish docker file
asbiin Jan 29, 2018
03e361d
Fix docker image creation
asbiin Jan 29, 2018
fdd3dab
Add set v
asbiin Jan 29, 2018
5e6752b
Using build stages
asbiin Jan 29, 2018
9af36c2
Ignore some files for docker image
asbiin Jan 29, 2018
19cf56e
Remove nodejs and composer as assets are already included
asbiin Jan 29, 2018
814152e
Remove stages
asbiin Jan 29, 2018
f209d63
Add 1 file
asbiin Jan 29, 2018
7c254f6
Remove tests from build archive
asbiin Jan 29, 2018
91bcd68
Remove fonts
asbiin Jan 29, 2018
c9e1059
Merge remote-tracking branch 'origin/master' into features/800-remove…
asbiin Jan 29, 2018
e41d53f
Remove these new assets
asbiin Jan 29, 2018
ef60dec
Merge branch 'master' into features/800-remove-assets
asbiin Jan 30, 2018
80e1bdb
Remove condition to test the PR
asbiin Jan 30, 2018
ba5dc25
Merge branch 'features/800-remove-assets' of github.com:monicahq/moni…
asbiin Jan 30, 2018
4accc73
Reverse last commit
asbiin Jan 30, 2018
e0ef6c9
Change build order to avoid builddir in docker image
asbiin Jan 30, 2018
9e3baad
Split make build commands to make logs more clear
asbiin Jan 31, 2018
4fc1fe6
Merge remote-tracking branch 'origin/master' into features/800-remove…
asbiin Jan 31, 2018
ffe1c11
Add some docs
asbiin Jan 31, 2018
9f14029
Move build command to build-dev
asbiin Jan 31, 2018
0f913cc
Add some informations to bintray deploi
asbiin Feb 2, 2018
f286161
Try to use publiux/laravelcdn
asbiin Feb 4, 2018
a20c404
Miss one file
asbiin Feb 4, 2018
f829065
Merge from master
asbiin Feb 5, 2018
c475b7a
Build and deploy assets for git tag only
asbiin Feb 5, 2018
e8ceddd
Remove publiux/laravelcdn
asbiin Feb 5, 2018
5989119
Fix before_install condition
asbiin Feb 5, 2018
6ccd691
Merge branch 'master' into features/800-remove-assets
asbiin Feb 7, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix before_install condition
  • Loading branch information
asbiin committed Feb 5, 2018
commit 598911968591c6454be02dc6c10aeee56c2e6a8c
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ addons:
jwt:
secure: "Z6XcUlBrmiO085kmF/WBRA6dnhtIhdQG+olFHM5CmQXkIXKUTR7wwAMRg+ys5NtFKVspYPDPPtV9CdEl1zQ3Ii3aSWentsCwbXxGurPqvY+aQjP1U1CmURvPY55BGTMHabt5WcPnFVIJql3vCfD2BFWwIk/78cQ9QKuDJ7/2BxFzWE4AZG9wKYzbqYGbc4l4wdvEE0H0ClRzqGPDvyWpUw1RbZU0lVud0JVa9UXntmtsEFgKEZ7WTTSm2XgoFtVK9qVrXc8TEVve126FSoi5GIxQFdQ/ZWybq5AggVy/Dp5w+q9zCLu19J95itGKpj+GL+9YCJSo4lqHlyLtZ+Ddt41y2E6O4SXoHCjeiFK3wV00AKWIpLedHBovdT2fnQ4f62GrOFA6iw8hV0ftxiFgRwdxv/r+ee1PDy5tQeLl/A0UelIAGy0ZyCfYDgaoK3td45iXcnBUjnbveq8rFgUNkdCXwBCJF89veQS4F/QQFms1AWsodifmT6PgIaWgk6Nt0dPO5jAT6NZ2wlHlkXu80TZf6pJCVC+Pvmuwdlhs+clSizjVJOQ0wVBCETmz4VSKPXLTgdlySncfKrnO8VnfospfZ5KwMGm4JR0wtixH0qTPNDKRlv4X/OedTJFZeN9iqJmWJLTfYc7I16TFXhOpdhP5o+yQE+k7BFrTveGG5bw="

before_script:
before_install:
- mkdir -p $TRAVIS_BUILD_DIR/results/coverage
- cp .env.$DB.travis .env
- if [[ "$DB" == "mysql" ]]; then mysql -v -e 'CREATE DATABASE monica;'; fi
Expand Down
Binary file modified .travis.yml.sig
Binary file not shown.